Update descriptions in feeds_2021-06-30.json

This commit is contained in:
Abby Menting 2021-09-29 16:05:29 -07:00
parent a71fcfc40f
commit 7ae5c88a6b
1 changed files with 7 additions and 1 deletions

View File

@ -1397,10 +1397,12 @@
"description": "The identifier for the feed. This identifier is unique only in combination with a seller ID.",
"type": "string"
}
}
},
"description": "Response schema."
},
"Feed": {
"type": "object",
"description": "Detailed information about the feed.",
"required": [
"createdTime",
"feedId",
@ -1479,6 +1481,7 @@
},
"FeedList": {
"type": "array",
"description": "A list of feeds.",
"items": {
"$ref": "#/definitions/Feed"
}
@ -1502,6 +1505,7 @@
},
"FeedDocument": {
"type": "object",
"description": "Information required for the feed document.",
"required": [
"feedDocumentId",
"url"
@ -1539,6 +1543,7 @@
},
"CreateFeedSpecification": {
"type": "object",
"description": "Information required to create the feed.",
"required": [
"inputFeedDocumentId",
"feedType",
@ -1569,6 +1574,7 @@
},
"CreateFeedDocumentSpecification": {
"type": "object",
"description": "Specifies the content type for the createFeedDocument operation.",
"required": [
"contentType"
],