Skip to content

Commit 473ffe8

Browse files
committed
fix
1 parent 9519360 commit 473ffe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/abtesting/common/parameters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ updatedAt:
4040

4141
scheduledAt:
4242
type: string
43-
description: Date and time when the A/B test scheduled to start, in RFC 3339 format.
43+
description: Date and time when the A/B test is scheduled to start, in RFC 3339 format.
4444
example: 2023-06-15T15:06:44.400601Z
4545

4646
name:

specs/abtesting/paths/scheduleABTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ post:
1212
content:
1313
application/json:
1414
schema:
15-
title: addABTestsRequest
15+
title: scheduleABTestsRequest
1616
type: object
1717
additionalProperties: false
1818
properties:

0 commit comments

Comments
 (0)