You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Javascript for Browser [Github](https://github.com/splitio/javascript-browser-client)[Docs](https://help.split.io/hc/en-us/articles/360058730852-Browser-SDK)
Copy file name to clipboardExpand all lines: openapi/openapi.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ components:
38
38
required: true
39
39
schema:
40
40
type: string
41
-
description: The name of the splits you want to include in the evaluation.
41
+
description: The name of the feature flags you want to include in the evaluation.
42
42
example: SPLIT_NAME1,SPLIT_NAME2,SPLIT_NAME3
43
43
bucketing-key:
44
44
in: query
@@ -483,7 +483,7 @@ paths:
483
483
get:
484
484
tags:
485
485
- client
486
-
summary: matches splits for passed trafficType and evaluates with passed key
486
+
summary: matches feature flags for passed trafficType and evaluates with passed key
487
487
description: Calls getTreatments method from the SDK once it have all the splitNames for the keys provided.
488
488
parameters:
489
489
- $ref: '#/components/parameters/keys'
@@ -530,7 +530,7 @@ paths:
530
530
post:
531
531
tags:
532
532
- client
533
-
summary: matches splits for passed trafficType and evaluates with passed key, but receiving the attributes on the request body.
533
+
summary: matches feature flags for passed trafficType and evaluates with passed key, but receiving the attributes on the request body.
534
534
description: Calls getTreatments method from the SDK once it have all the splitNames for the keys provided.
535
535
parameters:
536
536
- $ref: '#/components/parameters/keys'
@@ -579,7 +579,7 @@ paths:
579
579
get:
580
580
tags:
581
581
- client
582
-
summary: matches splits for passed trafficType and evaluates with passed key and attaches configs
582
+
summary: matches feature flags for passed trafficType and evaluates with passed key and attaches configs
583
583
description: Calls getTreatmentsWithConfig method from the SDK once it have all the splitNames for the keys provided.
584
584
parameters:
585
585
- $ref: '#/components/parameters/keys'
@@ -630,7 +630,7 @@ paths:
630
630
post:
631
631
tags:
632
632
- client
633
-
summary: matches splits for passed trafficType and evaluates with passed key and attaches configs, but receiving the attributes on the request body.
633
+
summary: matches feature flags for passed trafficType and evaluates with passed key and attaches configs, but receiving the attributes on the request body.
634
634
description: Calls getTreatmentsWithConfig method from the SDK once it have all the splitNames for the keys provided.
0 commit comments