PUT api/folders/{id}?name={name}&description={description}

Updates the name and/or description of a specified folder or workbox.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The internal node ID of the folder or workbox to update. Must correspond to a valid, non-deleted item.

integer

Required

name

The new name for the folder or workbox. Must be non-empty and unique within the same parent container.

string

Required

description

Optional new description for the folder or workbox.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK. On failure: HTTP 400 Bad Request if the name is invalid or already exists, or 403 Forbidden if access is denied.

None.