We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9519360 commit 473ffe8Copy full SHA for 473ffe8
specs/abtesting/common/parameters.yml
@@ -40,7 +40,7 @@ updatedAt:
40
41
scheduledAt:
42
type: string
43
- description: Date and time when the A/B test scheduled to start, in RFC 3339 format.
+ description: Date and time when the A/B test is scheduled to start, in RFC 3339 format.
44
example: 2023-06-15T15:06:44.400601Z
45
46
name:
specs/abtesting/paths/scheduleABTest.yml
@@ -12,7 +12,7 @@ post:
12
content:
13
application/json:
14
schema:
15
- title: addABTestsRequest
+ title: scheduleABTestsRequest
16
type: object
17
additionalProperties: false
18
properties:
0 commit comments