v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Update a Folder

Modify content folder

patch/content_folders/{id}

Path parameters

idstring required

id of contnet folder

Request body

parent_idstring

id of parent conent folder

namestring

name of conent folder

groupsstring[]

For accounts with user groups, set user groups with write permissions

read_only_groupsstring[]

Set user groups with permission to view content

Response

200

account_idstring
created_atnumber
idstring
namestring
parent_idstring
read_only_groupsstring[]
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "created_at": 1668032812.3939998,
  "id": "636c292c731de40001036f2b",
  "name": "demo",
  "parent_id": "5dba9273aa4a7e3267dc2179",
  "read_only_groups": [
    "users"
  ],
  "updated_at": 1668032972.351
}