Submissions
Update Submission
Update a submission. Requires forms-write
ability.
PUT
Update Submission
Modify an existing submission’s answers. This endpoint is useful when you want to correct values or enrich a submission after it was created.
Authentication & Scope
Requires forms-write
ability.
Request
Path Parameters
Parameter | Type | Description |
---|---|---|
id | number | ID of the parent form. |
submission_id | number | ID of the submission you want to update. |
Body Parameters
The payload should be an object whose keys correspond to the field IDs in the form definition. You only need to send the fields you intend to change. Other special meta-fields:
Field | Type | Description |
---|---|---|
completion_time | integer | Optional; total time in seconds. |
Example (updating two answers):
Response
200 OK
– Returns the updated Submission
object plus a success message.
403 Forbidden
– Token lacks forms-write
or you do not have permission.
Authorizations
Personal Access Token
Body
application/json
Response
200
application/json
Updated
The response is of type object
.