プッシュ通知を更新する
非推奨
プッシュ通知メッセージを更新します。
path パラメータ
-
Atlas Project/Group ID。
-
アプリケーションの ObjectID。App Services API プロジェクトとアプリケーション ID のセクションでは、この値を見つける方法が示されています。
-
メッセージ ID
PUT /groups/{groupId}/apps/{appId}/push/notifications/{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"
}