Skip to main content
PUT
Update a folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The unique identifier of the folder to update.

Body

application/json
title
string
required

The new display name of the folder.

Response

The updated folder.

id
integer

The unique identifier for the folder.

Required range: x >= 1
title
string

The display name of the folder.

workspaces
integer[]

The IDs of the workspaces assigned to this folder.