datasets
Batch handle access requests
Accept, reject or reset to pending up to 100 access requests for a single gated repository in one call. The same status (and optional rejectionReason) is applied to every request in the list.
post/api/datasets/{namespace}/{repo}/user-access-request/batch
Path parameters
namespacestring required
repostring required
Request body
Response
Per-request outcomes, in the same order as the input requests array.
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
added the new
pendingenum value to the request propertystatusrequest-property-enum-value-added
- ○