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
"description" : "Determine how flagTags is used to filter flags to be evaluated. OR extends the evaluation to those which contains at least one of the provided flagTags or AND limit the evaluation to those which contains all the flagTags.",
967
967
"nullable" : true,
968
-
"default" : "ANY",
969
-
"enum" : [ "ANY", "ALL" ]
968
+
"enum" : [ "ANY", "ALL" ],
969
+
"default" : "ANY"
970
970
}
971
971
},
972
972
"example" : {
@@ -1115,8 +1115,8 @@
1115
1115
"type" : "string",
1116
1116
"description" : "Determine how flagTags is used to filter flags to be evaluated.",
1117
1117
"nullable" : true,
1118
-
"default" : "ANY",
1119
-
"enum" : [ "ANY", "ALL" ]
1118
+
"enum" : [ "ANY", "ALL" ],
1119
+
"default" : "ANY"
1120
1120
}
1121
1121
},
1122
1122
"example" : {
@@ -1355,7 +1355,7 @@
1355
1355
}
1356
1356
},
1357
1357
"example" : {
1358
-
"version" : "0.1.6",
1358
+
"version" : "0.1.7",
1359
1359
"buildTime" : "2024-01-01T00:00:00Z",
1360
1360
"gitCommit" : "abc123"
1361
1361
}
@@ -1780,7 +1780,7 @@ <h1>Flagent API</h1>
1780
1780
<div id="header">
1781
1781
<div id="api-_">
1782
1782
<h2 id="welcome-to-apidoc">API and SDK Documentation</h2>
1783
-
<div class="app-desc">Version: 0.1.6</div>
1783
+
<div class="app-desc">Version: 0.1.7</div>
1784
1784
<hr>
1785
1785
<div><p>Flagent is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1".</p>
0 commit comments