File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 65
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-015c11efc34c81d4d82a937c017f5eb789ea3ca21a05b70e2ed31c069b839293 .yml
3- openapi_spec_hash : 3dcab2044da305f376cecf4eca38caee
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-8c7e0b9069a18bc9437269618cde251ba15568771f2b4811d57f0d5f0fd5692d .yml
3+ openapi_spec_hash : aa2544d0bf0e7e875939aaa8e2e114d3
44config_hash : 0fbdda3a736cc2748ca33371871e61b3
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ def list(
6363 Args:
6464 app_name: Filter results by application name.
6565
66- limit: Limit the number of app to return.
66+ limit: Limit the number of apps to return.
6767
68- offset: Offset the number of app to return.
68+ offset: Offset the number of apps to return.
6969
7070 version: Filter results by version label.
7171
@@ -140,9 +140,9 @@ def list(
140140 Args:
141141 app_name: Filter results by application name.
142142
143- limit: Limit the number of app to return.
143+ limit: Limit the number of apps to return.
144144
145- offset: Offset the number of app to return.
145+ offset: Offset the number of apps to return.
146146
147147 version: Filter results by version label.
148148
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ class AppListParams(TypedDict, total=False):
1212 """Filter results by application name."""
1313
1414 limit : int
15- """Limit the number of app to return."""
15+ """Limit the number of apps to return."""
1616
1717 offset : int
18- """Offset the number of app to return."""
18+ """Offset the number of apps to return."""
1919
2020 version : str
2121 """Filter results by version label."""
You can’t perform that action at this time.
0 commit comments