mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Fix provisioning API groups endpoint
This commit is contained in:
@@ -468,7 +468,7 @@ func createUser(u User) error {
|
||||
func createGroup(g Group) error { //lint:file-ignore U1000 not implemented
|
||||
_, err := sendRequest(
|
||||
"POST",
|
||||
"/v1.php/cloud/users?format=json",
|
||||
"/v1.php/cloud/groups?format=json",
|
||||
g.getGroupRequestString(),
|
||||
"admin:admin",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user