Adjust Makefile and regenerate protobuf

This commit is contained in:
Juan Pablo Villafáñez
2022-01-13 11:34:38 +01:00
parent b62c9044af
commit e877603d6d
2 changed files with 23 additions and 7 deletions
@@ -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",