Skip to content

Commit dec57fe

Browse files
feat(api): api update (#888)
1 parent 7271049 commit dec57fe

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4bd84f4d9170653e443265bdf92c0520b008f613be5f60334e07b4151765e16a.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3727ea0756f101eda42b91615cc93da10d2d197565b9522da8c018edc249ad10.yml

src/increase/resources/oauth_connections.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def list(
102102
limit: Limit the size of the list that is returned. The default (and maximum) is 100
103103
objects.
104104
105-
oauth_application_id: The identifier of the OAuth Application to filter by.
105+
oauth_application_id: Filter results to only include OAuth Connections for a specific OAuth
106+
Application.
106107
107108
extra_headers: Send extra headers
108109
@@ -214,7 +215,8 @@ def list(
214215
limit: Limit the size of the list that is returned. The default (and maximum) is 100
215216
objects.
216217
217-
oauth_application_id: The identifier of the OAuth Application to filter by.
218+
oauth_application_id: Filter results to only include OAuth Connections for a specific OAuth
219+
Application.
218220
219221
extra_headers: Send extra headers
220222

src/increase/types/oauth_connection_list_params.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ class OAuthConnectionListParams(TypedDict, total=False):
1919
"""
2020

2121
oauth_application_id: str
22-
"""The identifier of the OAuth Application to filter by."""
22+
"""
23+
Filter results to only include OAuth Connections for a specific OAuth
24+
Application.
25+
"""
2326

2427
status: Status
2528

0 commit comments

Comments
 (0)