mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 10:54:54 +00:00
[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": ["/"],
|
||||
|
15
rest-api-spec/api/ping.json
Normal file
15
rest-api-spec/api/ping.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"info": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
||||
"path": "/",
|
||||
"paths": ["/"],
|
||||
"parts": {
|
||||
},
|
||||
"params": {
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user