Archive cycle
POST/api/v1/workspaces/:slug/projects/:project_id/cycles/:cycle_id/archive/
Move a completed cycle to archived status for historical tracking. Only cycles that have ended can be archived.
Request
Responses
- 204
- 400
- 401
- 403
- 404
Resource archived successfully
Cycle cannot be archived
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.