CommitValidationImportRequest
Body used to confirm an already reviewed validation batch and send it to be processed.
Properties
| Field | Type | Description |
|---|---|---|
data | object | Response body. Everything hangs off here, per the JSON:API envelope. |
type | string | Resource type, fixed for this operation. Part of the resource identity in the JSON:API envelope. Always `validation_import_commit`. |
attributes | object | The resource's own data, kept apart from its identity. |
forced_notification_channels | array | Notification 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