Skip to content

Commit

Permalink
[rest api spec] fix doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 20, 2016
1 parent 4c7993e commit be2ba53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be2ba53

Please sign in to comment.