Skip to content

Commit

Permalink
Fix typos in audit event types (#89886)
Browse files Browse the repository at this point in the history
Nit typo fix in audit event model for apikey.
  • Loading branch information
n1v0lg authored Sep 7, 2022
1 parent b667aa3 commit 07cf0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/docs/en/security/auditing/event-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@ the <<mapping-roles, API request for mapping roles>>.
+
[source,js]
----
`{"id": <string>, "name": <string>, "expiration": <string>, "role_descriptors" [<object>],
"metadata" [<object>]}`
`{"id": <string>, "name": <string>, "expiration": <string>, "role_descriptors": [<object>],
"metadata": [<object>]}`
----
// NOTCONSOLE
+
Expand Down

0 comments on commit 07cf0ab

Please sign in to comment.