푸시 알림 업데이트
더 이상 사용되지 않습니다.
푸시 알림 메시지를 업데이트합니다.
경로 매개변수
-
Atlas 프로젝트/그룹 ID입니다.
-
애플리케이션의 ObjectID입니다. App Services API 프로젝트 및 애플리케이션 ID 섹션은 이 값을 찾는 방법을 보여줍니다.
-
메시지 ID
PUT /groups/{groupId}/apps/{appId}/push/ 알림/{messageId}
curl \
--request PUT 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
응답 예시(200)
{
"allowed_ips": "string",
"appID": "string",
"label": "string",
"message": "string",
"topic": "string",
"created": "string",
"sent": "string",
"state": "sent"
}