Update a folder
PATCH/v1/folders/{id}
Rename (`name`), move (`parent_id`), or restore (`trashed: false`). Moving into a descendant or exceeding max depth is rejected.
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Path parameters
idstringrequired
Body parameters
namestringoptionalmax 200 charsparent_idstring | nulloptionalMove under this folder, or null for root.
trashedbooleanoptionalSet false to restore.
Returns
200The updated folder.
Failures use the standard error envelope with a closed set of codes.