Rename api methods to verb_object for consistency
This commit is contained in:
parent
db7d5b702e
commit
9a4362e774
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.cache.clear": {
|
||||
"indices.clear_cache": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-clearcache/",
|
||||
"methods": ["POST", "GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.alias.delete": {
|
||||
"indices.delete_alias": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.mapping.delete": {
|
||||
"indices.delete_mapping": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-delete-mapping/",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.template.delete": {
|
||||
"indices.delete_template": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.warmer.delete": {
|
||||
"indices.delete_warmer": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.exists.indices": {
|
||||
"indices.exist_indices": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.exists.types": {
|
||||
"indices.exist_types": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-types-exists/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.alias.exists": {
|
||||
"indices.exists_alias": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
|
||||
"methods": ["HEAD"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.alias.get": {
|
||||
"indices.get_alias": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.mapping.get": {
|
||||
"indices.get_mapping": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-mapping/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.template.get": {
|
||||
"indices.get_template": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.warmer.get": {
|
||||
"indices.get_warmer": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.alias.put": {
|
||||
"indices.put_alias": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
|
||||
"methods": ["PUT"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.mapping.put": {
|
||||
"indices.put_mapping": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-put-mapping/",
|
||||
"methods": ["PUT", "POST"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.template.put": {
|
||||
"indices.put_template": {
|
||||
"documentation": "",
|
||||
"methods": ["PUT", "POST"],
|
||||
"url": {
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"indices.warmer.put": {
|
||||
"indices.put_warmer": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
|
||||
"methods": ["PUT"],
|
||||
"url": {
|
Loading…
Reference in New Issue