Add Permission

Path parameters

asset_idstringRequiredformat: "uuid4"

Headers

AuthorizationstringRequired

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

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