Update Folder
PATCH
/folder/{folderId}
Updates an existing folder's configuration such as name or other properties.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
folderId*
The unique identifier of the folder to update
Typestring
RequiredRequest Body
application/json
JSON
{
"name": "string",
"parentId": 0
}
Responses
Folder successfully updated
application/json
JSON
{
}