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):
|
class IAMPostGroupResponse(CustomBaseModel):
|
||||||
group: GroupSchema
|
group: GroupSchema
|
||||||
|
|
||||||
class IAMPutGroupPermissionRequest(GroupIDMixin, PermIDMixin):
|
class IAMPutGroupPermissionRequest(GroupIDMixin, PermIDMixin, OrgIDMixin):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class IAMPutGroupPermissionResponse(CustomBaseModel):
|
class IAMPutGroupPermissionResponse(CustomBaseModel):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue