/api/v1/projects/{projectId}/plan-folders/{folderId}Ask AIpatch http://localhost:8000/api/v1/projects/{projectId}/plan-folders/{folderId}This can be used to rename a project plan folder.Path ParamsprojectIdstringrequiredfolderIdstringrequiredBody ParamsnamestringrequiredThe name of the plan folder.parent_folder_idstring | nullUnique ID of the parent plan folder, null if at the root or undefined if the value was not set yet.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 201The project plan folder has been successfully renamed. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago