Folders
Update Folder Name
Update the folder name
patch/v1/accounts/{{account_id}}/folders/{{folder_id}}
Path parameters
account_idstring required
Video Cloud account ID.
folder_idstring required
the folder ID
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Request body
Example request
{
"created_at": "2017-11-23T19:53:59.687Z",
"id": "5a17275782aca45b631295f9",
"name": "birds",
"updated_at": "2017-11-23T20:06:24.537Z"
}Response
200
Example response
{
"created_at": "2017-11-23T19:53:59.687Z",
"id": "5a17275782aca45b631295f9",
"name": "birds",
"updated_at": "2017-11-23T20:06:24.537Z"
}