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.
This commit is contained in:
Jack Evoniuk 2021-10-28 09:39:01 -07:00
parent ce582f46ef
commit 0daf811d21
1 changed files with 2 additions and 2 deletions

View File

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