Skip to content

Commit 9bc8ffb

Browse files
committed
Uncomment examples
1 parent 562f25b commit 9bc8ffb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/java-rest/high-level/security/grant-api-key.asciidoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,22 @@ descriptors to define permissions, and an optional expiration for the
2323
generated API key. If expiration is not provided, by default the API keys do not
2424
expire.
2525

26-
////
2726
["source","java",subs="attributes,callouts,macros"]
2827
--------------------------------------------------
2928
include-tagged::{doc-tests-file}[{api}-request]
3029
--------------------------------------------------
3130

3231
include::../execution.asciidoc[]
33-
////
3432

3533
[id="{upid}-{api}-response"]
3634
==== Grant API key response
3735

3836
The returned +{response}+ contains an ID, API key, name for the API key, and
3937
optional expiration.
40-
////
38+
4139
["source","java",subs="attributes,callouts,macros"]
4240
--------------------------------------------------
4341
include-tagged::{doc-tests-file}[{api}-response]
4442
--------------------------------------------------
4543
<1> The API key that can be used to authenticate to Elasticsearch.
4644
<2> Expiration details, if the API keys expire.
47-
////

0 commit comments

Comments
 (0)