From 0daf811d21ea06994163850f7226260e116e3979 Mon Sep 17 00:00:00 2001 From: Jack Evoniuk Date: Thu, 28 Oct 2021 09:39:01 -0700 Subject: [PATCH] Generalize the description of NotificationType Before, the description of every operation implied that the notifications were being subscribed to. This didn't work for delete operations, so the description of NotificationType was generalized. --- models/notifications-api-model/notifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/notifications-api-model/notifications.json b/models/notifications-api-model/notifications.json index 7935ddb..fd92a09 100644 --- a/models/notifications-api-model/notifications.json +++ b/models/notifications-api-model/notifications.json @@ -1922,7 +1922,7 @@ "NotificationType": { "name": "notificationType", "in": "path", - "description": "The type of notification to which you want to subscribe.\n\n For more information about notification types, see the Notifications API Use Case Guide.", + "description": "The type of notification.\n\n For more information about notification types, see [the Notifications API Use Case Guide](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/notifications-api-use-case-guide/notifications-use-case-guide-v1.md).", "required": true, "type": "string", "enum": [ @@ -1983,7 +1983,7 @@ }, { "value": "MFN_ORDER_STATUS_CHANGE", - "description": "Sent whenever there is a change in the status of a MFN order availability." + "description": "Sent whenever there is a change in the status of an MFN order availability." }, { "value": "B2B_ANY_OFFER_CHANGED",