Update a folder
Use this endpoint to update a folder name or move it to a different folder within a customer workspace. You can change the folder’s name and update its parent_id
if the folder is not a project. If the folder is a project, you can only change the project name using this endpoint.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
id
The ID of the folder you plan to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Folder name.
parent_id
Parent folder ID.
Response
Success reply
id
The unique identifier of the folder.
name
The name of the folder.
parent_id
The unique identifier of the parent folder.
created_at
The timestamp when the folder was created.
updated_at
The timestamp when the folder was last updated.