Skip to content

Commit 323caca

Browse files
committed
PR Fixes - Add missing feature flag name to YAML spec
1 parent e601c4d commit 323caca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"stability": "stable",
88
"visibility": "feature_flag",
9+
"feature_flag": "logs_stream",
910
"headers": {
1011
"accept": [
1112
"application/json",

rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"stability": "stable",
88
"visibility": "feature_flag",
9+
"feature_flag": "logs_stream",
910
"headers": {
1011
"accept": [
1112
"application/json",

rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"stability": "stable",
88
"visibility": "feature_flag",
9+
"feature_flag": "logs_stream",
910
"headers": {
1011
"accept": [
1112
"application/json"

0 commit comments

Comments
 (0)