Pulsar Docs
API ReferenceAlert Settings V2

Update Alert Persona Push

PATCH
/v2/alert-settings/update/alertPersona/push

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

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