forked from sr2/cloud-api
fix: missing org id in req body
This commit is contained in:
parent
3ea782d68f
commit
5104257a50
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class IAMPostGroupRequest(OrgIDMixin):
|
|||
class IAMPostGroupResponse(CustomBaseModel):
|
||||
group: GroupSchema
|
||||
|
||||
class IAMPutGroupPermissionRequest(GroupIDMixin, PermIDMixin):
|
||||
class IAMPutGroupPermissionRequest(GroupIDMixin, PermIDMixin, OrgIDMixin):
|
||||
pass
|
||||
|
||||
class IAMPutGroupPermissionResponse(CustomBaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue