[rest api spec] fix doc urls
This commit is contained in:
parent
4c7993ea71
commit
be2ba53fca
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"delete_by_query": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-reindex.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-delete-by-query.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/{index}/_delete_by_query",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"reindex": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-reindex.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/_reindex",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"tasks.cancel": {
|
||||
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks-cancel.html",
|
||||
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/_tasks",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"update_by_query": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-reindex.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update-by-query.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
||||
"path": "/{index}/_update_by_query",
|
||||
|
|
Loading…
Reference in New Issue