Skip to content

Commit

Permalink
doc: change docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Nov 20, 2024
1 parent ea2166b commit 678358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceone/identity/service/user_group_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def create(self, params: UserGroupCreateRequest) -> Union[UserGroupResponse, dic
params (dict): {
'name': 'str', # required
'description': 'str',
'tags': 'dict', # required
'tags': 'dict',
'workspace_id': 'str', # injected from auth (required)
'domain_id': 'str' # injected from auth (required)
}
Expand Down

0 comments on commit 678358b

Please sign in to comment.