Skip to content

Commit 8fa4a40

Browse files
jbudzelasticmachine
andcommitted
[rest spec] fill in documentation links for security.{put,delete}_privileges (elastic#48482)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 8aaca45 commit 8fa4a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/api/security.delete_privileges.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"security.delete_privileges":{
33
"documentation":{
4-
"url":"TODO"
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-delete-privilege.html"
55
},
66
"stability":"stable",
77
"url":{

x-pack/plugin/src/test/resources/rest-api-spec/api/security.put_privileges.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"security.put_privileges":{
33
"documentation":{
4-
"url":"TODO"
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-privileges.html"
55
},
66
"stability":"stable",
77
"url":{

0 commit comments

Comments
 (0)