Update a folder

Update the name of an existing folder identified by its ID. The new folder name must be provided in the request body. Returns a 404 error if the folder ID does not exist.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

folderIdlongRequired
Id of the folder

Request

Name of the folder
namestringOptional
Name of the folder

Response

Folder updated

Errors

400
Bad Request Error
404
Not Found Error