Skip to main content

DryRunReportDto

Dry-run preview attached to [MetadataApplyResponse] when the request set dryRun = true. Absent on real applies.

changes object[]required
  • Array [
  • afterrequired
    before

    Current value, where cheaply available. null for fields backed by joined tables (genres, tags, alternate titles, ratings, etc.).

    fieldstringrequired
  • ]
  • DryRunReportDto
    {
    "changes": [
    {
    "after": {},
    "field": "string"
    }
    ]
    }