cURL
curl --request PATCH \ --url https://api.seminode.com/v1/nodes/{id}/permissions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "manage": true, "public_key": "<string>", "read": true, "write": true } '
{ "detail": "<string>" }
Replaces or edits an existing public-key permission for the Node.
Format: "Bearer <access_token>"
Node ID
Updated permission object
permission updated
Was this page helpful?