Skip to content

Commit 7efccd0

Browse files
committed
clarified difference between endpoint type and usage type
1 parent 9c6ca9c commit 7efccd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/together/resources/endpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def list(
1919
mine: Optional[bool] = None,
2020
) -> List[ListEndpoint]:
2121
"""
22-
List all endpoints, can be filtered by type, usage type, and ownership.
22+
List all endpoints, can be filtered by endpointtype, usage type, and ownership.
2323
2424
Args:
25-
type (str, optional): Filter endpoints by type ("dedicated" or "serverless"). Defaults to None.
25+
type (str, optional): Filter endpoints by endpoint type ("dedicated" or "serverless"). Defaults to None.
2626
usage_type (str, optional): Filter by usage type ("on-demand" or "reserved"). Defaults to None.
2727
mine (bool, optional): If True, return only endpoints owned by the caller. If False, return endpoints not owned by the caller. Defaults to None.
2828

0 commit comments

Comments
 (0)