Skip to main content
POST
Return a sealed review submission to the author (OPD-130)

Authorizations

Authorization
string
header
required

MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).

X-MeshQu-Tenant-Id
string
header
required

Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.

Path Parameters

submissionId
string<uuid>
required

The sealed submission id. This is the review IDENTITY — not the policy version, which is a mutable container that yields many sealed subjects over time.

Body

application/json
review_record_id
string<uuid>
required

The CORRECT_AND_RESUBMIT record this return acts on. It must be a record of THIS submission and its disposition must be CORRECT_AND_RESUBMIT; anything else is refused rather than returned under a disposition that did not ask for a revision.

Response

Default Response

id
string<uuid>
required
submission_id
string<uuid>
required
review_state
enum<string>
required
Available options:
RETURNED
returned_record_id
string<uuid>
required
returned_by
string
required
returned_by_display
string
required
return_authority
required
Available options:
recording_reviewer
returned_at
string<date-time>
required