Skip to content

Commit 0a7a45d

Browse files
committed
Committing generated artifacts
1 parent 1538bca commit 0a7a45d

11 files changed

+50
-63
lines changed

docs/api_methods.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
12161216
client.msearch({
12171217
body: [
12181218
// match all query, on all indices and types
1219-
{}
1219+
{},
12201220
{ query: { match_all: {} } },
12211221
12221222
// query_string query, on index/mytype

docs/api_methods_0_90.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
905905
client.msearch({
906906
body: [
907907
// match all query, on all indices and types
908-
{}
908+
{},
909909
{ query: { match_all: {} } },
910910
911911
// query_string query, on index/mytype

docs/api_methods_1_0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
10071007
client.msearch({
10081008
body: [
10091009
// match all query, on all indices and types
1010-
{}
1010+
{},
10111011
{ query: { match_all: {} } },
10121012
10131013
// query_string query, on index/mytype

docs/api_methods_1_1.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
10191019
client.msearch({
10201020
body: [
10211021
// match all query, on all indices and types
1022-
{}
1022+
{},
10231023
{ query: { match_all: {} } },
10241024
10251025
// query_string query, on index/mytype

docs/api_methods_1_2.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
10191019
client.msearch({
10201020
body: [
10211021
// match all query, on all indices and types
1022-
{}
1022+
{},
10231023
{ query: { match_all: {} } },
10241024
10251025
// query_string query, on index/mytype

docs/api_methods_1_3.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
11151115
client.msearch({
11161116
body: [
11171117
// match all query, on all indices and types
1118-
{}
1118+
{},
11191119
{ query: { match_all: {} } },
11201120
11211121
// query_string query, on index/mytype

docs/api_methods_1_4.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
11691169
client.msearch({
11701170
body: [
11711171
// match all query, on all indices and types
1172-
{}
1172+
{},
11731173
{ query: { match_all: {} } },
11741174
11751175
// query_string query, on index/mytype

docs/api_methods_1_5.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
11691169
client.msearch({
11701170
body: [
11711171
// match all query, on all indices and types
1172-
{}
1172+
{},
11731173
{ query: { match_all: {} } },
11741174
11751175
// query_string query, on index/mytype

src/lib/apis/1_6.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,17 +5805,7 @@ api.snapshot.prototype.create = ca({
58055805
name: 'wait_for_completion'
58065806
}
58075807
},
5808-
url: {
5809-
fmt: '/_snapshot/<%=repository%>/<%=snapshot%>/_create',
5810-
req: {
5811-
repository: {
5812-
type: 'string'
5813-
},
5814-
snapshot: {
5815-
type: 'string'
5816-
}
5817-
}
5818-
},
5808+
url: {},
58195809
method: 'POST'
58205810
});
58215811

src/lib/apis/1_x.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,17 +5805,7 @@ api.snapshot.prototype.create = ca({
58055805
name: 'wait_for_completion'
58065806
}
58075807
},
5808-
url: {
5809-
fmt: '/_snapshot/<%=repository%>/<%=snapshot%>/_create',
5810-
req: {
5811-
repository: {
5812-
type: 'string'
5813-
},
5814-
snapshot: {
5815-
type: 'string'
5816-
}
5817-
}
5818-
},
5808+
url: {},
58195809
method: 'POST'
58205810
});
58215811

0 commit comments

Comments
 (0)