← Back to schema index

CommitValidationImportRequest

Body used to confirm an already reviewed validation batch and send it to be processed.

Properties

FieldTypeDescription
dataobjectResponse body. Everything hangs off here, per the JSON:API envelope.
typestringResource type, fixed for this operation. Part of the resource identity in the JSON:API envelope. Always `validation_import_commit`.
attributesobjectThe resource's own data, kept apart from its identity.
forced_notification_channelsarrayNotification channels for the `validation_import.completed` event. If omitted, uses the user's default channels. NOTE: the controller's actual allowlist includes `sms` and excludes `in_app` — opposite of the single /validate flow. See SHARED_NEEDS.md S4.

Used in operations

  • POST /v1/validations/imports/{id}/commit