From 3988de9695883f4b808f41158833ca9c7906420c Mon Sep 17 00:00:00 2001 From: Jack Evoniuk Date: Mon, 15 Nov 2021 13:18:08 -0800 Subject: [PATCH] Improve FeedOptions description Specified where parameter values for for feeds that use the feedOptions parameter can be found. --- models/feeds-api-model/feeds_2020-09-04.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/feeds-api-model/feeds_2020-09-04.json b/models/feeds-api-model/feeds_2020-09-04.json index e1b9fbf..f8535e3 100644 --- a/models/feeds-api-model/feeds_2020-09-04.json +++ b/models/feeds-api-model/feeds_2020-09-04.json @@ -1623,7 +1623,7 @@ }, "FeedOptions": { "type": "object", - "description": "Additional options to control the feed. These vary by feed type.", + "description": "Additional options to control the feed. For feeds that use the feedOptions parameter, you can find the parameter values in the feed description in [feedType values](https://github.com/amzn/selling-partner-api-docs/blob/main/references/feeds-api/feedtype-values.md).", "additionalProperties": { "type": "string" }