Skip to content

Commit 79f23e6

Browse files
Allow copy as curl for Query DSL example in "Updating documents" section (#8213) (#8216)
1 parent 34e898b commit 79f23e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_getting-started/communicate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ PUT /students/_doc/1
201201
"address": "123 Main St."
202202
}
203203
```
204-
{% include copy.html %}
204+
{% include copy-curl.html %}
205205

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

0 commit comments

Comments
 (0)