Update Directory

Updates the specified directory.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the directory to update.
descriptionstringOptionalformat: "text"
The updated description for the directory.
iconstringOptionalformat: "text"
The updated icon for the directory.
parentstringOptionalformat: "id"
The updated parent directory for the directory.
publishedbooleanOptional
Whether the directory is published.
reorderobjectOptional
tagsobjectOptional
thumbnailstringOptionalformat: "id"
The updated thumbnail for the directory.
titlestringOptionalformat: "text"
The updated title for the directory.

Response

Update directory response.
directoryobject

Errors