v14

latestOpenAPI 3.1.02026-08-043122950.3 KB
models

Batch handle access requests

Accept or reject 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/models/{namespace}/{repo}/user-access-request/batch

Path parameters

namespacestring required
repostring required

Request body

status'accepted' | 'rejected' required
rejectionReasonstring

Response

Per-request outcomes, in the same order as the input requests array.

userIdstring
userstring
okboolean required
error'user_not_found' | 'request_not_found'