Establecer el tipo de notificación push Obsoleto

PUT /grupos/{groupId}/aplicaciones/{appId}/push/notificaciones/{messageId}/tipo

Establecer el tipo de notificación push.

Parámetros de ruta

Respuestas

  • 200

    Establecido exitosamente.

PONER /grupos/{groupId}/aplicaciones/{appId}/push/notificaciones/{messageId}/tipo
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"