Access control
Update an entity's ACL
Add or update a team or user to an entity’s ACL.
PUT
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Specifies the plural of the entity type for which ACL candidates should be retrieved.
Available options:
mock-apis
, data-sources
The ID of the entity (mock API, data source etc.)
Required string length:
5 - 10
The type of subject in the context of an ACL.
Available options:
user
, team
, organisation
The ID of a subject entity (user, team, organisation)
Required string length:
5 - 10
Body
application/json
Response
200 - application/json