Skip to content

Commit c8c136e

Browse files
committed
update public api
1 parent 48f9f50 commit c8c136e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ayon_api/_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7731,7 +7731,7 @@ def create_thumbnail_with_stream(
77317731
stream: StreamType,
77327732
thumbnail_id: Optional[str] = None,
77337733
) -> str:
7734-
"""Create new thumbnail on server from passed path.
7734+
"""Create new thumbnail on server from byte stream.
77357735
77367736
Args:
77377737
project_name (str): Project where the thumbnail will be created
@@ -7743,7 +7743,7 @@ def create_thumbnail_with_stream(
77437743
str: Created thumbnail id.
77447744
77457745
Raises:
7746-
ValueError: When thumbnail source cannot be processed.
7746+
ValueError: When a thumbnail source cannot be processed.
77477747
77487748
"""
77497749
con = get_server_api_connection()

0 commit comments

Comments
 (0)