cURL
curl --request PUT \ --url https://api.supernotes.app/v1/user/prefs/feature-preview/{feature_flag} \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "flag_value": true } '
{ "type": "<string>", "detail": "<string>", "meta": "APIKey", "status": 123 }
Sets a boolean feature preview flag for the user
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.
1
2
Successful Response