Skip to main content
PUT
Update Asset DDEX Metadata
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

PUT /asset//ddex-metadata Description: Update DDEX-specific metadata for an asset. This endpoint allows you to add or modify metadata fields required for DDEX delivery, including resource references, technical details, sound recording information, and musical work references. Authorization:
  • Required role: admin or higher
Method: PUT Path Parameter: Request Payload: Use Cases:
  • Prepare asset for DDEX delivery
  • Update technical specifications
  • Add sound recording details
  • Link to musical work references

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Asset ID

Body

application/json
ddexMetadata
object

DDEX metadata object

resourceReference
string

Resource reference identifier

Example:

"A123456789"

technicalResourceDetails
object

Technical details of the resource

soundRecordingDetails
object

Sound recording specific details

musicalWorkReference
object

Musical work reference information

Response

DDEX metadata updated successfully

status
string
Example:

"success"

message
string
Example:

"DDEX metadata updated successfully"

data
object