Skip to main content
POST
https://enterprise.spacemedia.uk
/
api
/
v1
/
releases
/
{id}
/
submit
Submit Release
curl --request POST \
  --url https://enterprise.spacemedia.uk/api/v1/releases/{id}/submit \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Release submitted."
}

Documentation Index

Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Use application/json for API responses.

Authorization
string

Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.

X-User-Id
string

Optional user UUID to perform the request on behalf of a user in the same organization.

Path Parameters

id
integer
required

The ID of the release.

Response

Success

The response is of type object.