Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Dec 19, 2024
1 parent 9c6641f commit 928cd89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -90449,9 +90449,9 @@
},
"description": "The list of URLs where the photos were retrieved from."
},
"video": {
"videos": {
"type": "array",
"description": "Video to be posted to the publisher. Only Facebook and Instagram are supported.",
"description": "Video to be posted to the publisher. Facebook and Instagram are supported and only one video can be uploaded per post.",
"items": {
"type": "object",
"required": [
Expand Down Expand Up @@ -90570,9 +90570,9 @@
},
"description": "List of publicly accessible URLs where the photos can be retrieved from.\n\n**NOTE**: Currently supports up to 10 photo urls to create multi-image and carousel posts on Facebook and Instagram.\n"
},
"video": {
"videos": {
"type": "array",
"description": "Video to be posted to the publisher. Only Facebook and Instagram are supported.",
"description": "Video to be posted to the publisher. Facebook and Instagram are supported and only one video can be uploaded per post.",
"items": {
"type": "object",
"required": [
Expand Down
8 changes: 4 additions & 4 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119613,9 +119613,9 @@ components:
items:
type: string
description: The list of URLs where the photos were retrieved from.
video:
videos:
type: array
description: Video to be posted to the publisher. Only Facebook and Instagram are supported.
description: Video to be posted to the publisher. Facebook and Instagram are supported and only one video can be uploaded per post.
items:
type: object
required:
Expand Down Expand Up @@ -119718,9 +119718,9 @@ components:
List of publicly accessible URLs where the photos can be retrieved from.

**NOTE**: Currently supports up to 10 photo urls to create multi-image and carousel posts on Facebook and Instagram.
video:
videos:
type: array
description: Video to be posted to the publisher. Only Facebook and Instagram are supported.
description: Video to be posted to the publisher. Facebook and Instagram are supported and only one video can be uploaded per post.
items:
type: object
required:
Expand Down

0 comments on commit 928cd89

Please sign in to comment.