File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ updatedAt:
3838 description : Date and time when the A/B test was last updated, in RFC 3339 format.
3939 example : 2023-06-15T15:06:44.400601Z
4040
41+ stoppedAt :
42+ type : string
43+ description : Date and time when the A/B test was stopped, in RFC 3339 format.
44+ example : 2023-06-15T15:06:44.400601Z
45+ nullable : true
46+
4147scheduledAt :
4248 type : string
4349 description : Date and time when the A/B test is scheduled to start, in RFC 3339 format.
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ ABTest:
1818 $ref : ' ../parameters.yml#/createdAt'
1919 endAt :
2020 $ref : ' ../parameters.yml#/endAt'
21+ stoppedAt :
22+ $ref : ' ../parameters.yml#/stoppedAt'
2123 name :
2224 $ref : ' ../parameters.yml#/name'
2325 status :
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ updatedAt:
3838 description : Date and time when the A/B test was last updated, in RFC 3339 format.
3939 example : 2023-06-15T15:06:44.400601Z
4040
41+ stoppedAt :
42+ type : string
43+ description : Date and time when the A/B test was stopped, in RFC 3339 format.
44+ example : 2023-06-15T15:06:44.400601Z
45+ nullable : true
46+
4147scheduledAt :
4248 type : string
4349 description : Date and time when the A/B test is scheduled to start, in RFC 3339 format.
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ ABTest:
7979 $ref : ' ../parameters.yml#/createdAt'
8080 endAt :
8181 $ref : ' ../parameters.yml#/endAt'
82+ stoppedAt :
83+ $ref : ' ../parameters.yml#/stoppedAt'
8284 name :
8385 $ref : ' ../parameters.yml#/name'
8486 status :
You can’t perform that action at this time.
0 commit comments