Skip to content

Commit

Permalink
[DOCS] Updates links to role management APIs (#22150)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Aug 24, 2018
1 parent 9b80961 commit f1a4d6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"patterns": [
"_xpack/security/role/{name}/_clear_cache"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-clear-role-cache"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-role-cache.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"patterns": [
"_xpack/security/role/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-delete-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-delete-role.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"_xpack/security/role/{name}",
"_xpack/security/role"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-get-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-role.html"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"patterns": [
"_xpack/security/role/{name}"
],
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-roles.html#security-api-put-role"
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role.html"
}
}

0 comments on commit f1a4d6c

Please sign in to comment.