Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions specs/abtesting-v3/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ abTestID:
description: Unique A/B test identifier.
example: 224

abTestScheduleID:
type: integer
description: Unique scheduled A/B test identifier.
example: 224

endAt:
type: string
description: End date and time of the A/B test, in RFC 3339 format.
Expand All @@ -44,11 +39,6 @@ stoppedAt:
example: 2023-06-15T15:06:44.400601Z
nullable: true

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

name:
type: string
description: A/B test name.
Expand Down

This file was deleted.

65 changes: 0 additions & 65 deletions specs/abtesting-v3/paths/scheduleABTest.yml

This file was deleted.

2 changes: 0 additions & 2 deletions specs/abtesting-v3/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ paths:
$ref: 'paths/abtest.yml'
/3/abtests/{id}/stop:
$ref: 'paths/stopABTest.yml'
/3/abtests/schedule:
$ref: 'paths/scheduleABTest.yml'
/3/abtests/estimate:
$ref: 'paths/estimate.yml'
/3/abtests/{id}/timeseries:
Expand Down
10 changes: 0 additions & 10 deletions specs/abtesting/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ abTestID:
description: Unique A/B test identifier.
example: 224

abTestScheduleID:
type: integer
description: Unique scheduled A/B test identifier.
example: 224

endAt:
type: string
description: End date and time of the A/B test, in RFC 3339 format.
Expand All @@ -44,11 +39,6 @@ stoppedAt:
example: 2023-06-15T15:06:44.400601Z
nullable: true

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

name:
type: string
description: A/B test name.
Expand Down
8 changes: 0 additions & 8 deletions specs/abtesting/common/schemas/ScheduleABTestResponse.yml

This file was deleted.

58 changes: 0 additions & 58 deletions specs/abtesting/paths/scheduleABTest.yml

This file was deleted.

2 changes: 0 additions & 2 deletions specs/abtesting/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ paths:
$ref: 'paths/abtest.yml'
/2/abtests/{id}/stop:
$ref: 'paths/stopABTest.yml'
/2/abtests/schedule:
$ref: 'paths/scheduleABTest.yml'
/2/abtests/estimate:
$ref: 'paths/estimate.yml'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ import type {
ListABTestsResponse,
MinimumDetectableEffect,
OutliersFilter,
ScheduleABTestResponse,
ScheduleABTestsRequest,
Status,
StopABTestProps,
Variant,
Expand Down Expand Up @@ -253,8 +251,6 @@ export type {
RemoveStopWords,
RemoveWordsIfNoResults,
RenderingContent,
ScheduleABTestResponse,
ScheduleABTestsRequest,
SearchForFacetValuesProps,
SearchForFacetValuesRequest,
SearchForFacetValuesResponse,
Expand Down
41 changes: 0 additions & 41 deletions tests/CTS/requests/abtesting-v3/scheduleABTest.json

This file was deleted.

39 changes: 0 additions & 39 deletions tests/CTS/requests/abtesting/scheduleABTest.json

This file was deleted.