Add Permission
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
asset_id
Request
This endpoint expects an object.
agent_address
Address of the agent to whom the permission applies.
read
Whether the agent has read access.
write
Whether the agent has write access.
Response
Successful Response
agent_address
Address of the agent to whom the permission applies.
read
Whether the agent has read access.
write
Whether the agent has write access.