Skip to main content

MetadataApplyRequest

Request to apply metadata from a plugin

dryRunboolean

When true, the call simulates the apply without writing to the database. Returns the same appliedFields/skippedFields plus an extra dryRunReport showing every would-be change. Default false.

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
{
"dryRun": true,
"externalId": "string",
"fields": "Unknown Type: array,null",
"pluginId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}