Skip to content

Commit 353e11e

Browse files
chore(api): update composite API spec
1 parent cba305a commit 353e11e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1886
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-55e6d6e202407b5a3ceb857a3124907a2397e0f405a66afe963a807174dec517.yml
3-
openapi_spec_hash: 296736afa4a76f4d94e78d333e9a0a65
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-bfb7c703cfe08316b8f55196dc1c5fce100b0d17ea8400aaf2cc4a7ab3baecc7.yml
3+
openapi_spec_hash: febc680bf4522dd8a8292c15ccf03514
44
config_hash: c7b8d81b439ef7ee4d865bfc67f8f600

src/cloudflare/resources/zero_trust/access/ai_controls/mcp/portals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def list(
180180
List MCP Portals
181181
182182
Args:
183-
search: Search by id, name
183+
search: Search by id, name, hostname
184184
185185
extra_headers: Send extra headers
186186
@@ -444,7 +444,7 @@ def list(
444444
List MCP Portals
445445
446446
Args:
447-
search: Search by id, name
447+
search: Search by id, name, hostname
448448
449449
extra_headers: Send extra headers
450450

src/cloudflare/types/zero_trust/access/ai_controls/mcp/portals/portal_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ class PortalListParams(TypedDict, total=False):
1515
per_page: int
1616

1717
search: str
18-
"""Search by id, name"""
18+
"""Search by id, name, hostname"""

0 commit comments

Comments
 (0)