Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Aug 2, 2024
1 parent ef91830 commit 3cd1d83
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 @@ -89516,9 +89516,9 @@
"type": "string",
"description": "The ISO 639-1 code of the review invitation's language. Only valid for invitations created\nfrom built-in templates. Defaults to `en`.\n\nSupported languages:\n * `en`\n * `de`\n * `fr`\n * `es`\n * `it`\n * `nl`\n * `ja`\n"
},
"additionalUrlParameters": {
"additionalURLParameters": {
"type": "string",
"description": "A JSON object containing the key, value pairs for any additional URL parameters. These URL\nparameters will be appended to the First-Party Review Collection URL.\n\nThe **`additionalUrlParameters`** parameter will only be respected with the inclusion of\na **`v`** parameter of `20210728` or later.\n"
"description": "A JSON object containing the key, value pairs for any additional URL parameters. These URL\nparameters will be appended to the First-Party Review Collection URL.\n\nThe **`additionalURLParameters`** parameter will only be respected with the inclusion of\na **`v`** parameter of `20210728` or later.\n"
},
"sendInvitationFromYext": {
"type": "boolean",
Expand Down Expand Up @@ -89675,9 +89675,9 @@
"type": "string",
"description": "The ISO 639-1 code of the review invitation's language. Only valid for invitations created\nfrom built-in templates. Defaults to `en`.\n\nSupported languages:\n * `en`\n * `de`\n * `fr`\n * `es`\n * `it`\n * `nl`\n * `ja`\n"
},
"additionalUrlParameters": {
"additionalURLParameters": {
"type": "string",
"description": "A JSON object containing the key, value pairs for any additional URL parameters. These URL\nparameters will be appended to the First-Party Review Collection URL.\n\nThe **`additionalUrlParameters`** parameter will only be respected with the inclusion of\na **`v`** parameter of `20210728` or later.\n"
"description": "A JSON object containing the key, value pairs for any additional URL parameters. These URL\nparameters will be appended to the First-Party Review Collection URL.\n\nThe **`additionalURLParameters`** parameter will only be respected with the inclusion of\na **`v`** parameter of `20210728` or later.\n"
},
"sendInvitationFromYext": {
"type": "boolean",
Expand Down
8 changes: 4 additions & 4 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118705,13 +118705,13 @@ components:
* `it`
* `nl`
* `ja`
additionalUrlParameters:
additionalURLParameters:
type: string
description: |
A JSON object containing the key, value pairs for any additional URL parameters. These URL
parameters will be appended to the First-Party Review Collection URL.

The **`additionalUrlParameters`** parameter will only be respected with the inclusion of
The **`additionalURLParameters`** parameter will only be respected with the inclusion of
a **`v`** parameter of `20210728` or later.
sendInvitationFromYext:
type: boolean
Expand Down Expand Up @@ -118888,13 +118888,13 @@ components:
* `it`
* `nl`
* `ja`
additionalUrlParameters:
additionalURLParameters:
type: string
description: |
A JSON object containing the key, value pairs for any additional URL parameters. These URL
parameters will be appended to the First-Party Review Collection URL.

The **`additionalUrlParameters`** parameter will only be respected with the inclusion of
The **`additionalURLParameters`** parameter will only be respected with the inclusion of
a **`v`** parameter of `20210728` or later.
sendInvitationFromYext:
type: boolean
Expand Down

0 comments on commit 3cd1d83

Please sign in to comment.