Skip to main content
POST
Submit Media Links to Release
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint allows submitting external links as media for a release. Links are validated and stored for later processing. Only releases in ‘draft’ or ‘rejected’ status can have links submitted. Authorization:
  • Required role: user 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

Response

Success

success
boolean
Example:

true

data
object
message
string
Example:

"Media uploaded successfully"