POST /releases//submit
This endpoint submits a release for review. Only releases in draft status can be submitted.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 |
---|
Responses
ā 200 - Success
ā ļø 400 - Bad Request - Release cannot be submitted
ā ļø 401 - Unauthorized
ā ļø 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 Ā· object