Update a submission. Requires forms-write
ability.
forms-write
ability.
Parameter | Type | Description |
---|---|---|
id | number | ID of the parent form. |
submission_id | number | ID of the submission you want to update. |
Field | Type | Description |
---|---|---|
completion_time | integer | Optional; total time in seconds. |
200 OK
– Returns the updated Submission
object plus a success message.
403 Forbidden
– Token lacks forms-write
or you do not have permission.Personal Access Token
Updated
The response is of type object
.