Skip to content

Commit 178fa40

Browse files
committed
Fixes markup.
1 parent 380cfa8 commit 178fa40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/reference/elasticsearch/rest-apis/update-cc-api-key-examples.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ A successful call returns a JSON structure that contains the information of the
108108

109109
% NOTCONSOLE
110110

111-
<1> Role descriptor corresponding to the specified `access` scope at creation time.
111+
1. Role descriptor corresponding to the specified `access` scope at creation time.
112112
In this example, it grants cross cluster search permission for the `logs*` index pattern.
113-
<2> The `access` corresponds to the value specified at API key creation time.
113+
2. The `access` corresponds to the value specified at API key creation time.
114114

115115
The following example updates the API key created above, assigning it new access scope and metadata:
116116

@@ -195,10 +195,11 @@ The API key's permissions after the update can be inspected again with the [Get
195195
}
196196
]
197197
}
198+
```
198199

199200
% NOTCONSOLE
200201

201-
<1> Role descriptor is updated to be the `access` scope specified at update time.
202+
1. Role descriptor is updated to be the `access` scope specified at update time.
202203
In this example, it is updated to grant the cross cluster replication permission
203204
for the `archive*` index pattern.
204-
<2> The `access` corresponds to the value specified at API key update time.
205+
2. The `access` corresponds to the value specified at API key update time.

0 commit comments

Comments
 (0)