Skip to content

Commit 34e32a8

Browse files
committed
Fix format.
1 parent 1b35479 commit 34e32a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* under the License.
1818
*/
1919

20+
import { Access } from '@security/_types/Access'
2021
import { RequestBase } from '@_types/Base'
2122
import { Id, Metadata } from '@_types/common'
2223
import { Duration } from '@_types/Time'
23-
import { Access } from '@security/_types/Access'
2424

2525
/**
2626
* Update a cross-cluster API key.
@@ -40,7 +40,7 @@ import { Access } from '@security/_types/Access'
4040
* The owner user's information, such as the `username` and `realm`, is also updated automatically on every call.
4141
*
4242
* NOTE: This API cannot update REST API keys, which should be updated by either the update API key or bulk update API keys API.
43-
*
43+
*
4444
* To learn more about how to use this API, refer to the [Update cross cluter API key API examples page](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/term-vectors-examples).
4545
* @rest_spec_name security.update_cross_cluster_api_key
4646
* @availability stack stability=stable

0 commit comments

Comments
 (0)