API reference
V2Folder Objects

Update folder object

Updates an existing folder object.

PATCH
/api/v2/folders/{id}

Updates an existing folder object.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/v2/folders/string"
{  "status": "ok",  "data": {}}