PUT /form/data/{id}
Update an existing FormData object. The caller must be the creator of the FormData object. Once a FormData object has been submitted, it cannot be updated until it has been processed. If the submission is accepted it becomes immutable. Rejected submission are editable. Updating a rejected submission will change its status back to waiting_for_submission.
Note: The caller must have the SUBMIT permission on the FormGrup to create/update/submit FormData.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/form/data/{id}
Resource URL Variables
{id} | The identifier of the FormData to update. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | FormChangeRequest (application/json) |
Response Object | FormData (application/json) |