@@ -18,7 +18,7 @@ class APIPathListParams(TypedDict, total=False):
1818 """Filter by the API version"""
1919
2020 http_scheme : Optional [Literal ["HTTP" , "HTTPS" ]]
21- """The different HTTP schemes an API path can have """
21+ """Filter by the HTTP version of the API path"""
2222
2323 ids : Optional [SequenceNotStr [str ]]
2424 """Filter by the path ID"""
@@ -27,7 +27,7 @@ class APIPathListParams(TypedDict, total=False):
2727 """Number of items to return"""
2828
2929 method : Optional [Literal ["GET" , "POST" , "PUT" , "PATCH" , "DELETE" , "TRACE" , "HEAD" , "OPTIONS" ]]
30- """The different methods an API path can have """
30+ """Filter by the API RESTful method """
3131
3232 offset : int
3333 """Number of items to skip"""
@@ -58,7 +58,7 @@ class APIPathListParams(TypedDict, total=False):
5858 """Filter by the path. Supports '\\ **' as a wildcard character"""
5959
6060 source : Optional [Literal ["API_DESCRIPTION_FILE" , "TRAFFIC_SCAN" , "USER_DEFINED" ]]
61- """The different sources an API path can have """
61+ """Filter by the source of the discovered API """
6262
6363 status : Optional [List [Literal ["CONFIRMED_API" , "POTENTIAL_API" , "NOT_API" , "DELISTED_API" ]]]
6464 """Filter by the status of the discovered API path"""
0 commit comments