API Reference
Reference for our API
Replaces or edits an existing public-key permission for the Node.
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>" }
Format: "Bearer <access_token>"
Node ID
Updated permission object
The body is of type object.
object
permission updated
The response is of type object.