latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Folders
Update a folder
Updates the name of an existing folder.
put/folders/{folderId}
Path parameters
folderIdstring required
The ID of the Folder
Request body
Response
Example response
{
"data": {
"id": "lTV5fhd2ZtC3RHFFYw9PVQ",
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}