Step 9: Update push notification content
PUT {{apiPath}}/environments/{{envID}}/templates/transaction/contents/{{pushContentID}}
The PUT /environments/{{envID}}/templates/transaction/contents/{{pushContentID}}
operation updates the push notification content that you created in step 8.
Request Body
{"locale"=>"en", "title"=>"Push Message", "body"=>"${user.username}, you have a new authentication request.", "deliveryMethod"=>"Push"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |