Improve FeedOptions description

Specified where parameter values for for feeds that use the feedOptions
parameter can be found.
This commit is contained in:
Jack Evoniuk 2021-11-15 13:18:08 -08:00
parent 8928035db0
commit 3988de9695
1 changed files with 1 additions and 1 deletions

View File

@ -1623,7 +1623,7 @@
}, },
"FeedOptions": { "FeedOptions": {
"type": "object", "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": { "additionalProperties": {
"type": "string" "type": "string"
} }