API ReferenceAlert Settings V2
Update Alert Persona Push
Update alert persona push.
Authorization
bearerAuth Authorization<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Construct a type with the properties of T except for those in type K.
Response Body
application/json
curl -X PATCH "https://example.com/v2/alert-settings/update/alertPersona/push" \ -H "Content-Type: application/json" \ -d '{ "isActive": true, "pushToken": "string" }'null