jobs.provider.PROVIDERID.updateAcl¶
Callback received by the Provider when permissions are updated
| Request | Response | Error |
|---|---|---|
BulkRequest<UpdatedAclWithResource<Job>> |
BulkResponse<Unit> |
CommonErrorMessage |
This endpoint is mandatory for Providers to implement. If the Provider does not need to keep
internal state, then they may simply ignore this request by responding with 200 OK. The
Provider MUST reply with an OK status. UCloud/Core will fail the request if the Provider does
not acknowledge the request.