Set a push notification's type

PUT /groups/{groupId}/apps/{appId}/push/notifications/{messageId}/type

Set a push notification's type.

Path parameters

Responses

  • 200

    Successfully set.

PUT /groups/{groupId}/apps/{appId}/push/notifications/{messageId}/type
curl \
 --request PUT 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}/type' \
 --header "Authorization: Bearer $ACCESS_TOKEN"