fix: missing org id in req
This commit is contained in:
parent
5ec1f2272a
commit
2f4b7b8733
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class IAMPutGroupPermissionResponse(CustomBaseModel):
|
|||
group: GroupSchema
|
||||
permissions: list[PermissionSchema]
|
||||
|
||||
class IAMPutGroupUserRequest(GroupIDMixin, UserIDMixin):
|
||||
class IAMPutGroupUserRequest(GroupIDMixin, UserIDMixin, OrgIDMixin):
|
||||
pass
|
||||
|
||||
class IAMPutGroupUserResponse(CustomBaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue