Skip to content

Commit

Permalink
refactor(abtesting): consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
febeck committed Aug 20, 2024
1 parent c0bbded commit 8afcc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ScheduledABTestResponse:
ScheduleABTestResponse:
type: object
additionalProperties: false
properties:
Expand Down
2 changes: 1 addition & 1 deletion specs/abtesting/paths/scheduleABTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ post:
content:
application/json:
schema:
$ref: '../common/schemas/ScheduledABTestResponse.yml#/ScheduledABTestResponse'
$ref: '../common/schemas/ScheduleABTestResponse.yml#/ScheduleABTestResponse'
'400':
$ref: '../../common/responses/BadRequest.yml'
'402':
Expand Down

0 comments on commit 8afcc23

Please sign in to comment.