Skip to content

Commit

Permalink
changed description for update by query (issue #315)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Feb 8, 2024
1 parent 6f8ef94 commit 1447fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_json_spec/update_by_query.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"update_by_query": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update-by-query.html",
"description": "Performs an update on every document in the index without changing the source,\nfor example to pick up a mapping change."
"description": "Updates documents that match the specified query. If no query is specified,\n performs an update on every document in the index without changing the source,\nfor example to pick up a mapping change."
},
"stability": "stable",
"visibility": "public",
Expand Down

0 comments on commit 1447fc3

Please sign in to comment.