Skip to content

Commit 3d0ffd6

Browse files
chore(api): update composite API spec
1 parent 22d3c2d commit 3d0ffd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1894
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

portals/accessaicontrolmcpportal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ type AccessAIControlMcpPortalListParams struct {
624624
AccountID param.Field[string] `path:"account_id,required"`
625625
Page param.Field[int64] `query:"page"`
626626
PerPage param.Field[int64] `query:"per_page"`
627-
// Search by id, name
627+
// Search by id, name, hostname
628628
Search param.Field[string] `query:"search"`
629629
}
630630

0 commit comments

Comments
 (0)