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
id
Submission ID to mark as imported.
Response
Submission marked imported; no resource is returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

