Update Notification Preferences
Update push notification preferences (AC5).
Update push notification preferences (AC5).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v1/app/notification-preferences" \ -H "Content-Type: application/json" \ -d '{}'{
"push_enabled": true,
"resolution_alerts": true,
"ticket_updates": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}