Update Asset DDEX Metadata
Update Asset DDEX Metadata
PUT /asset//ddex-metadata
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. Method:PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the asset |
| Parameter | Type | Description |
|---|---|---|
| ddexMetadata | object | DDEX metadata object |
| resourceReference | string | Resource reference identifier |
| technicalResourceDetails | object | Technical details of the resource |
| soundRecordingDetails | object | Sound recording specific details |
| musicalWorkReference | object | Musical work reference information |
- Prepare asset for DDEX delivery
- Update technical specifications
- Add sound recording details
- Link to musical work references
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Asset ID
Body
application/json