Activate a pathway version
POST/v1/pathways/:id/versions/:version_number/activate
Make a version live (rollback = activating an older one). Hard-gated by validation: if the version has blocking errors none is activated and they come back as findings (400). Requires an owner-bound key whose owner is an engineer.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The version has blocking validation errors (returned as errors).
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:write scope, is not owner-bound, or its owner is not an engineer.
No pathway/version with this id for your organization.
Rate limit exceeded.