Skip to content

Commit 0de7609

Browse files
committed
Update after make contrib
1 parent 2147d34 commit 0de7609

File tree

3 files changed

+10
-30
lines changed

3 files changed

+10
-30
lines changed

specification/_json_spec/esql.delete_view.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
"visibility": "feature_flag",
99
"feature_flag": "esql_views",
1010
"headers": {
11-
"accept": [
12-
"application/json"
13-
],
14-
"content_type": [
15-
"application/json"
16-
]
11+
"accept": ["application/json"],
12+
"content_type": ["application/json"]
1713
},
1814
"url": {
1915
"paths": [
2016
{
2117
"path": "/_query/view/{name}",
22-
"methods": [
23-
"DELETE"
24-
],
18+
"methods": ["DELETE"],
2519
"parts": {
2620
"name": {
2721
"type": "string",

specification/_json_spec/esql.get_view.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
"visibility": "feature_flag",
99
"feature_flag": "esql_views",
1010
"headers": {
11-
"accept": [
12-
"application/json"
13-
],
14-
"content_type": [
15-
"application/json"
16-
]
11+
"accept": ["application/json"],
12+
"content_type": ["application/json"]
1713
},
1814
"url": {
1915
"paths": [
2016
{
2117
"path": "/_query/view/{name}",
22-
"methods": [
23-
"GET"
24-
],
18+
"methods": ["GET"],
2519
"parts": {
2620
"name": {
2721
"type": "list",
@@ -31,9 +25,7 @@
3125
},
3226
{
3327
"path": "/_query/view",
34-
"methods": [
35-
"GET"
36-
]
28+
"methods": ["GET"]
3729
}
3830
]
3931
}

specification/_json_spec/esql.put_view.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
"visibility": "feature_flag",
99
"feature_flag": "esql_views",
1010
"headers": {
11-
"accept": [
12-
"application/json"
13-
],
14-
"content_type": [
15-
"application/json"
16-
]
11+
"accept": ["application/json"],
12+
"content_type": ["application/json"]
1713
},
1814
"url": {
1915
"paths": [
2016
{
2117
"path": "/_query/view/{name}",
22-
"methods": [
23-
"PUT"
24-
],
18+
"methods": ["PUT"],
2519
"parts": {
2620
"name": {
2721
"type": "string",

0 commit comments

Comments
 (0)