Submit the Fill Form review

View as Markdown
Submits the reviewed field values for a paused `fill-form` run. Body `{ values }` (by field name); unknown or invalid values are discarded, then the filled PDF is uploaded to the space and the run finishes as `done`. Requires `space:contribute` (denied → 403). Returns 404 or 410 when the review is no longer open, or 500 if production fails (the run then reads `failed`).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Request

This endpoint expects an object.
valuesmap from strings to anyRequired

Reviewed values keyed by field name. Unknown or ill-typed values are dropped.

Response

The review was produced and the run finished.
dataobject