Skip to content

Commit 8703733

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#1073)
1 parent 1c76624 commit 8703733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1348
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-36a9d717773ebb507fd0744af578aa64b697030857c602c77458156a911fcab9.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6cbe8add32f8acdbd62db2535ff05cb698247f12ffc69168fc121409a8b05bec.yml

src/cloudflare/resources/ai_gateway/ai_gateway.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def list(
190190
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
191191
) -> SyncV4PagePaginationArray[AIGatewayListResponse]:
192192
"""
193-
List Gateway's
193+
List Gateways
194194
195195
Args:
196196
id: gateway id
@@ -457,7 +457,7 @@ def list(
457457
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
458458
) -> AsyncPaginator[AIGatewayListResponse, AsyncV4PagePaginationArray[AIGatewayListResponse]]:
459459
"""
460-
List Gateway's
460+
List Gateways
461461
462462
Args:
463463
id: gateway id

0 commit comments

Comments
 (0)