Skip to main content
POST
Review Release (Admin Only)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint allows admins to approve or reject a submitted release. Only releases in submitted status can be reviewed. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Release ID

Body

application/json
action
enum<string>
required

Action to take on the release

Available options:
approve,
reject
feedback
string

Feedback message for the review

Response

Success

success
boolean
Example:

true

message
string
Example:

"Release approved successfully"

data
object