Skip to content

Commit

Permalink
Allow copy as curl for Query DSL example in "Updating documents" sect…
Browse files Browse the repository at this point in the history
…ion (#8213)

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Sep 11, 2024
1 parent 41f62e0 commit ce3b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _getting-started/communicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ PUT /students/_doc/1
"address": "123 Main St."
}
```
{% include copy.html %}
{% include copy-curl.html %}

Alternatively, you can update parts of a document by calling the Update Document API:

Expand Down

0 comments on commit ce3b0fe

Please sign in to comment.