...
- Only submitter can view submission status. Accessors who are not submitter will not be able to see status of submission they did not submit.
- AccessApproval will no longer be deleted. An ACT can revoke all AccessApprovals a user have for a given AccessRequirement. This API is also deprecated and will be removed.
New APIs
Action | Intended User | URI | Method | Request Params | Request Body | Response Body | |
---|---|---|---|---|---|---|---|
1 | list group of accessors | ACT | /accessApproval/group | POST | GroupAccessorRequest | GroupAccessorResponse | |
2 | revoke group | ACT | /accessApproval/group/revoke | PUT | GroupAccessorRevokeRequest |
...