From e2809764e6e7d85ade6274350859ad104ebed3ad Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Fri, 7 Dec 2018 13:00:10 -0500 Subject: [PATCH] IQSS-5382 - addRoleAssignmentsToChildren not documented --- doc/sphinx-guides/source/api/native-api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index 41f6058d99f..05d979619f3 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -1326,3 +1326,12 @@ Clear a specific metric cache. Currently this must match the name of the row in CORS + +Inherit Dataverse Role Assignments +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Recursively applies the role assignments of the specified dataverse, for the roles specified by the ``:InheritParentRoleAssignments`` setting, to all dataverses contained within it:: + + GET http://$SERVER/api/admin/dataverse/{dataverse alias}/addRoleAssignmentsToChildren + +Note: setting ``:InheritParentRoleAssignments`` will automatically trigger inheritance of the parent dataverse's role assignments for a newly created dataverse. Hence this API call is intended as a way to update existing child dataverses or to update children after a change in role assignments has been made on a parent dataverse.