Update Collection
Collections
Update Collection
Update an existing API collection (admin only)
PUT
Update Collection
Authentication
Bearer token:
Bearer <admin_token>This endpoint requires admin privileges.
Path Parameters
Collection ID (UUID)
Request Body
Updated collection name
Updated description
Updated OpenAPI specification
Example Request
Response
Returns the updated collection object.What Happens
- Collection Updated - Changes saved to database
- Vector Regenerated - If name/description changed, embedding updated
- Cache Invalidated - All related caches cleared
Errors
| Status | Description |
|---|---|
| 400 | Invalid request body |
| 401 | Invalid or expired token |
| 403 | Admin access required |
| 404 | Collection not found |

