File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
docs/reference/elasticsearch/rest-apis Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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.
112112In 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
115115The 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.
202203In this example, it is updated to grant the cross cluster replication permission
203204for 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.
You can’t perform that action at this time.
0 commit comments