Skip to content

Commit eeda29a

Browse files
committed
Slash miss in indices.put_mapping url
1 parent b8ce07b commit eeda29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url":{
99
"paths":[
1010
{
11-
"path":"{index}/_mapping",
11+
"path":"/{index}/_mapping",
1212
"methods":[
1313
"PUT",
1414
"POST"

0 commit comments

Comments
 (0)