Skip to content

Commit 23a1fd7

Browse files
[SPEC] Fixed bad JSON in indices.open
1 parent b7d4b30 commit 23a1fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/api/indices.open.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"methods": ["POST"],
55
"url": {
66
"path": "/{index}/_open",
7-
"paths": ["_open", /{index}/_open"],
7+
"paths": ["_open", "/{index}/_open"],
88
"parts": {
99
"index": {
1010
"type" : "string",

0 commit comments

Comments
 (0)