POST /releases//review
This endpoint allows admins to approve or reject a submitted release. Only releases in submitted status can be reviewed.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Release ID |
Request Body
Example Request
Request Schema
Field | Type | Required | Description |
---|---|---|---|
action | string | ā | Action to take on the release |
feedback | string | ā | Feedback message for the review |
Responses
ā 200 - Success
ā ļø 400 - Bad Request - Release cannot be reviewed or invalid action
ā ļø 401 - Unauthorized
ā ļø 403 - Forbidden - Admin access required
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Release
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
application/json