cURL
curl --request PATCH \ --url https://api.gateway.tech/data-assets/{id}/acl \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' [ { "address": "<string>", "roles": [ "view" ] } ] '
[ { "address": "<string>", "data_asset_id": 123, "roles": [ "<string>" ], "solana_address": "<string>", "created_at": "<string>", "is_authority": true, "updated_at": "<string>" } ]
Update ACL items to data asset
Type "Bearer" followed by a space and the JWT token.
Data Asset ID
Update ACL Items Request
view
update
delete
share
Created
Was this page helpful?