Mark a form submission as imported

Sets the selected submission's imported flag to true. The endpoint is idempotent and returns an empty data array after saving.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idlongRequired>=1
Submission ID to mark as imported.

Response

Submission marked imported; no resource is returned.

statusenum
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error