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
}'
"<any>"
Sets a boolean feature preview flag for the user
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
}'
"<any>"
1
, 2
Successful Response
The response is of type any
.