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

Description

/checklist/enrichment/ Updates the finalData 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: admin or higher
Method: PUT

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Enrichment item ID

Body

application/json
finalData
object

Admin-edited field overrides

artists
object | null

Structured artist list. Keys are artist names, values are roles (primary/featuring). On approval, each name is resolved to an Artist record (created if not found) and linked via ArtistAsset/ArtistProduct junction tables.

Response

Enrichment item updated

status
string
Example:

"success"

data
object