Update notification delivery preferences
PUT
/api/v1/notifications/preferencesParameters
This endpoint does not accept parameters.
Responses
200Preferences updated
Request
curl -X PUT "https://api.knowledgetree.dev/api/v1/notifications/preferences" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "email": true, "slack": true, "webhook": false, "digest_frequency": "daily" }'Response
200Preferences updated
Example response not yet documented.