Skip to content

Commit

Permalink
fix: fix keycloak_admin.create_user documentation/ typehint (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabinca authored Apr 8, 2024
1 parent 8f10fe5 commit f87c64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keycloak/keycloak_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ def create_user(self, payload, exist_ok=False):
Otherwise, return existing user ID.
:type exist_ok: bool
:return: UserRepresentation
:rtype: dict
:return: user_id
:rtype: str
"""
params_path = {"realm-name": self.connection.realm_name}

Expand Down

0 comments on commit f87c64a

Please sign in to comment.