Update folder
Use this endpoint to update a folder name or move it to a different folder within your 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. **NOTE:** The folder name cannot include the forward or back slash characters.
Refer to the [Update a project endpoint documentation](/workato-api/resources/projects/put-projects-id) for additional options in the request payload for projects.
**NOTE:** You can't use this endpoint to convert a folder into a project or a project into a folder.
Path parameters
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.