MetadataApplyRequest
Request to apply metadata from a plugin
externalIdstringrequired
External ID from the plugin's search results
fieldsstring[]nullable
Optional list of fields to apply (default: all applicable fields)
pluginIdstring<uuid>required
Plugin ID to fetch metadata from
MetadataApplyRequest
{
"externalId": "string",
"fields": "Unknown Type: array,null",
"pluginId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}