Skip to main content
PUT
/
notifications
/
preferences
/
{preferenceId}
cURL
curl --request PUT \
  --url https://api.plec-it.com/notifications/preferences/{preferenceId} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Path Parameters

preferenceId
string
required

Query Parameters

dryRun
enum<string>
default:true
required

When true, validates/simulates but performs no writes. Required for docs playground.

Available options:
true

Body

application/json

The body is of type object.

Response

200 - application/json
success
boolean
Example:

true