Updates the lifecycle state of a release. Release statuses represent workflow progression and are independent of execution results.
This endpoint modifies only the release status.
Use this endpoint when you need to:
curl -X POST https://api.hawzu.com/api/v1/workspace/{workspaceId}/project/{projectId}/releases/{releaseId}/update_status \
-H "Authorization: Bearer YOUR_API_TOKEN"| Parameter | Required | Description |
|---|---|---|
workspaceId | ✅ Yes | The ID of the workspace to update the release status for |
projectId | ✅ Yes | The ID of the project to update the release status for |
releaseId | ✅ Yes | The ID of the release to update the status for |
| Header | Required | Description |
|---|---|---|
Authorization | ✅ Yes | Bearer <API_TOKEN> |
Content-Type | ✅ Yes | application/json |
This endpoint accepts the following request body:
| Parameter | Required | Description |
|---|---|---|
status | ✅ Yes | The new status of the release |
This endpoint returns a 200 OK status code on success.