Update a project
PUT/projects/:id
Renames or updates a project. Send only the fields you want to change: omit name to leave it unchanged, omit cutConfigId to leave the cut config unchanged, or pass cutConfigId: null to clear it. An empty body returns the project unchanged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Project updated
Invalid request
Missing or invalid bearer token
API key lacks the required scope for this action
Resource not found
Idempotency-Key collision (same key, different body)
Rate limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying. Guaranteed on application-limited responses (POST /parts and POST /parts/{partId}/programs); may be absent on infrastructure-level 429s from other endpoints.
Unexpected server error