[rest api spec] fix doc urls
This commit is contained in:
parent
4c7993ea71
commit
be2ba53fca
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"delete_by_query": {
|
"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"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/{index}/_delete_by_query",
|
"path": "/{index}/_delete_by_query",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"reindex": {
|
"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"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_reindex",
|
"path": "/_reindex",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"tasks.cancel": {
|
"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"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_tasks",
|
"path": "/_tasks",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"update_by_query": {
|
"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"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/{index}/_update_by_query",
|
"path": "/{index}/_update_by_query",
|
||||||
|
|
Loading…
Reference in New Issue