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",