Add Permission
Path parameters
asset_id
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
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.