mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 15:13:32 -05:00
Add account uuid to request body for fetching roles
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -73,7 +73,9 @@ const actions = {
|
||||
|
||||
const response = await RoleService_ListRoles({
|
||||
$domain: rootGetters.configuration.server,
|
||||
body: {}
|
||||
body: {
|
||||
accountUuid: 'me'
|
||||
}
|
||||
})
|
||||
|
||||
if (response.status === 201) {
|
||||
|
||||
Reference in New Issue
Block a user