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 26, 2024
1 parent ded8ba3 commit 9836aa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 4 additions & 5 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -89619,7 +89619,6 @@
"entity",
"firstName",
"lastName",
"title",
"contact"
],
"properties": {
Expand All @@ -89645,14 +89644,14 @@
"type": "string",
"description": "The last name of the person from whom a review is being requested."
},
"title": {
"type": "string",
"description": "The title of the person from whom a review is being requested\n(e.g., Mr., Mrs., Miss, etc.).\n"
},
"contact": {
"type": "string",
"description": "The email address or phone number of the person from whom a review is being requested.\n\nPhone numbers should be formatted in one of the following ways:\n* E.164 standard international format, with a leading \"+\"\n* National format, according to the country of the corresponding location\n"
},
"title": {
"type": "string",
"description": "The title of the person from whom a review is being requested\n(e.g., Mr., Mrs., Miss, etc.).\n"
},
"includeImage": {
"type": "boolean",
"description": "Only valid for SMS invitations.\n\nIf set to true, include the image provided in the relevant template in the SMS invitation.\nPlease note that an image counts as an SMS message towards your SMS capacity.\n\nOtherwise, the SMS message will not include an image.\n\nIf the **`v`** parameter is before `20210728`, please refer to **`image`** as the parameter\nname instead of **`includeImage`**.\n"
Expand Down
11 changes: 5 additions & 6 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118812,7 +118812,6 @@ components:
- entity
- firstName
- lastName
- title
- contact
properties:
invitationUid:
Expand Down Expand Up @@ -118840,11 +118839,6 @@ components:
lastName:
type: string
description: The last name of the person from whom a review is being requested.
title:
type: string
description: |
The title of the person from whom a review is being requested
(e.g., Mr., Mrs., Miss, etc.).
contact:
type: string
description: |
Expand All @@ -118853,6 +118847,11 @@ components:
Phone numbers should be formatted in one of the following ways:
* E.164 standard international format, with a leading "+"
* National format, according to the country of the corresponding location
title:
type: string
description: |
The title of the person from whom a review is being requested
(e.g., Mr., Mrs., Miss, etc.).
includeImage:
type: boolean
description: |
Expand Down

0 comments on commit 9836aa3

Please sign in to comment.