cURL
curl --request PUT \ --url https://api.supernotes.app/v1/members/{card_id}/{target_user_id} \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "new_perms": 123 } '
123
Update another user’s card membership
Documentation IndexFetch the complete documentation index at: https://developer.supernotes.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.supernotes.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
The response is of type integer.
integer