Skip to main content
PATCH
Update a folder
Update a folder’s metadata — its name and/or its position among its siblings. Both fields are optional; only the fields you send are changed. This endpoint does not move a folder to a different parent. To re-parent a folder, use POST /workspace/move with type: FOLDER. Requires edit access to the folder. Returns 404 if the folder does not exist or belongs to a different deployment.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
folder
object
required

Response

Updated

data
object
required