Add Permission

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

asset_idstringRequiredformat: "uuid4"

Request

This endpoint expects an object.
agent_addressstringRequired
Address of the agent to whom the permission applies.
readbooleanRequired
Whether the agent has read access.
writebooleanRequired
Whether the agent has write access.

Response

Successful Response
agent_addressstring
Address of the agent to whom the permission applies.
readboolean
Whether the agent has read access.
writeboolean
Whether the agent has write access.

Errors