Skip to main content
POST
Add Product to Label
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

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

labelId
string<uuid>
required

Body

application/json
productId
string<uuid>
required
releaseType
enum<string>
default:full

Relationship/release type for this label-product association

Available options:
full,
licensing,
distribution

Response

Created

status
string
data
object