PUT /form/data/{id}/reject
Called by the form reviewing service to reject a submitted data.
Note: The caller must have the READ_PRIVATE_SUBMISSION permission on the identified group to update the group's ACL.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/form/data/{id}/reject
Resource URL Variables
{id} | Identifier of the FormData to accept. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | FormRejection (application/json) |
Response Object | FormData (application/json) |