Skip to main content
PUT
Update Collection

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Collection ID

Request Body

name
string
Updated collection name
folderId
string
New parent folder ID (null for root level)

Example Request

Response

Returns the updated Collection object.

Error Responses

Collection Not Found

Circular Reference

Code Examples