[SPEC] Separated info.json into info and ping.json (GET vs HEAD)
This commit is contained in:
parent
04b6dd9d0c
commit
e9b14ff636
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"info": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/",
|
||||
"methods": ["GET", "HEAD"],
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/",
|
||||
"paths": ["/"],
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"info": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
||||
"path": "/",
|
||||
"paths": ["/"],
|
||||
"parts": {
|
||||
},
|
||||
"params": {
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue