Checklists
Update Enrichment Item
/checklist/enrichment/
PUT
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
/checklist/enrichment/ Updates thefinalData and/or artists fields of an enrichment item. This allows admins
to override enriched metadata and edit the structured artist list before approval.
Only items with pending status can be edited.
The finalData object takes priority over enriched fields when the item is approved.
The artists object is used to create Artist records and ArtistAsset/ArtistProduct
junction records on approval. If artists is null, the display artist string is parsed
at approval time instead.
Authorization:
- Required role:
adminor higher
PUT
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Enrichment item ID
Body
application/json