Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 21, 2025
1 parent 928cd89 commit e95952b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -89987,6 +89987,18 @@
"type": "string"
},
"description": "The names of the Review Labels which will be attached to the resulting review.\n\nThis is an upsert operation, meaning the system will determine if a Review Label exists\nalready in your account, and create and append a new label if not.\n\nThe **`reviewLabelNames`** parameter will only be respected with the inclusion of a\n**`v`** parameter of `20210728` or later.\n"
},
"delayTime": {
"type": "integer",
"description": "The amount of time to wait before sending the invitation after creation.\n\nThe **`delayTime`** parameter will only be respected with the inclusion of a\n**`v`** parameter of `20241211` or later.\n"
},
"delayTimeUnit": {
"type": "string",
"description": "If **`delayTime`** is set, specify the unit of time. Accepted values: `hours`, `days`\n\nThe **`delayTimeUnit`** parameter will only be respected with the inclusion of a\n**`v`** parameter of `20241211` or later.\n"
},
"sendTime": {
"type": "string",
"description": "To send invites at a later time, proved an ISO formatted date/time value, e.g.\n`2024-09-04T12:00:00`. **`delayTime`** and **`sendTime`** cannot both be set on the\nsame invite.\n\nThe **`sendTime`** parameter will only be respected with the inclusion of a\n**`v`** parameter of `20241211` or later.\n"
}
}
}
Expand Down
23 changes: 23 additions & 0 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119154,6 +119154,29 @@ components:

The **`reviewLabelNames`** parameter will only be respected with the inclusion of a
**`v`** parameter of `20210728` or later.
delayTime:
type: integer
description: |
The amount of time to wait before sending the invitation after creation.

The **`delayTime`** parameter will only be respected with the inclusion of a
**`v`** parameter of `20241211` or later.
delayTimeUnit:
type: string
description: |
If **`delayTime`** is set, specify the unit of time. Accepted values: `hours`, `days`

The **`delayTimeUnit`** parameter will only be respected with the inclusion of a
**`v`** parameter of `20241211` or later.
sendTime:
type: string
description: |
To send invites at a later time, proved an ISO formatted date/time value, e.g.
`2024-09-04T12:00:00`. **`delayTime`** and **`sendTime`** cannot both be set on the
same invite.

The **`sendTime`** parameter will only be respected with the inclusion of a
**`v`** parameter of `20241211` or later.
UpdateReviewInvitationRequest:
allOf:
- $ref: '#/components/schemas/ReviewInvitationDates'
Expand Down

0 comments on commit e95952b

Please sign in to comment.