[DOCS] Fixes endpoint schema in PUT app privileges API docs. (#49390)

This commit is contained in:
István Zoltán Szabó 2019-11-21 09:51:35 +01:00
parent 61c54fd617
commit 5b10fd301e
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ been created or updated.
[[security-api-put-privileges-example]]
==== {api-examples-title}
To add a single privilege, submit a PUT or POST request to the
`/_security/privilege/<application>/<privilege>` endpoint. For example:
To add a single privilege, submit a PUT or POST request to the
`/_security/privilege/` endpoint. For example:
[source,console]
--------------------------------------------------