[rest api spec] fix doc urls

This commit is contained in:
spalger 2016-05-20 13:48:16 -07:00
parent 4c7993ea71
commit be2ba53fca
4 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",