Skip to content

Commit 3dfa2f0

Browse files
committed
update public api docstring
1 parent 4ebad5f commit 3dfa2f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ayon_api/_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,9 @@ def get_user_by_name(
766766
def get_user(
767767
username: Optional[str] = None,
768768
) -> Optional[Dict[str, Any]]:
769-
"""Get user info using REST endpoit.
769+
"""Get user info using REST endpoint.
770+
771+
User contains only explicitly set attributes in 'attrib'.
770772
771773
Args:
772774
username (Optional[str]): Username.

0 commit comments

Comments
 (0)