PATCH
/
api
/
v1
/
folders
/
{folderId}
curl --request PATCH \
  --url https://bots.toolzz.ai/api/v1/folders/{folderId} \
  --header 'Authorization: Bearer <token>'
{
  "folder": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "name": "<string>",
      "workspaceId": "<string>"
    }
  ]
}

Parameters

folderId
string

The unique identifier of the folder to update.

Body Parameters

worksapceId
string
required

The unique identifier of the workspace to update a folder for.

folder
object[]
required

The new data do update.

Response Description

Below you will see the description of the function update a folder.

folder
object[]
required

The worksapce folder information.