Form Submissions
Update submission (partial)
Update submission values and/or status. Values are validated against the form definition
(same rules as on submission). At least one of values or status must be present.
status is the stored numeric enum, not a name: 0 = pending, 1 = approved, 2 = rejected.
Changing status is restricted to SUPER_USER, MANAGER, CHIEF_EDITOR, PUBLISHER and EDITOR;
any other role receives 403.
PUT
Authorizations
Path Parameters
24-char hex identifier of the submission.
Pattern:
^[a-fA-F0-9]{24}$Example:
"{{objectId}}"
Body
application/json
Response
Updated

