[SPEC] Separated info.json into info and ping.json (GET vs HEAD)

This commit is contained in:
Clinton Gormley 2014-01-16 17:07:47 +01:00
parent 04b6dd9d0c
commit e9b14ff636
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"info": {
"documentation": "http://www.elasticsearch.org/guide/",
"methods": ["GET", "HEAD"],
"methods": ["GET"],
"url": {
"path": "/",
"paths": ["/"],

View File

@ -0,0 +1,15 @@
{
"info": {
"documentation": "http://www.elasticsearch.org/guide/",
"methods": ["HEAD"],
"url": {
"path": "/",
"paths": ["/"],
"parts": {
},
"params": {
}
},
"body": null
}
}