mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 00:10:17 -05:00
Adjust Makefile and regenerate protobuf
This commit is contained in:
@@ -389,7 +389,8 @@
|
||||
"description": "The id of the group to add a member to",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "[^/]+"
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
@@ -435,7 +436,8 @@
|
||||
"description": "The id of the group to remove a member from",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "[^/]+"
|
||||
},
|
||||
{
|
||||
"name": "accountId",
|
||||
@@ -482,7 +484,8 @@
|
||||
"description": "The id of the group to list members from",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "[^/]+"
|
||||
},
|
||||
{
|
||||
"name": "body",
|
||||
|
||||
Reference in New Issue
Block a user