Skip to content

Commit 5ea6509

Browse files
feat: feat(ai_audit): add robots route mappings for APIX-785
* fix(ai_audit): address review feedback - add standalone_api, fix naming, regroup - Add standalone_api: true (matches ai, ai_gateway, ai_search peers) - Move ai_audit next to ai/ai_search (consistent AI resource grouping) - Restructure as subresource: ai_audit.robots.get / ai_audit.robots.bulk_get - Rename get_robots -> get, bulk_get_robots -> bulk_get (standard conventions) * feat(ai_audit): add robots route mappings for APIX-785
1 parent 0ee1c04 commit 5ea6509

5 files changed

Lines changed: 8 additions & 1 deletion

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 2284
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a6c352830d1270d0abb5bb983058ea21815e1bb7d2e163965335dcb0e706f057.yml
33
openapi_spec_hash: a16b95a38a0bcd8cdf50db63a134c8e5
4-
config_hash: 3504379ebb14928a9890a391899a2e10
4+
config_hash: da2dc3241e27d1ad4b69d3308e9a967d

api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ from cloudflare.types import (
231231

232232
# [AI](src/cloudflare/resources/ai/api.md)
233233

234+
# [AIAudit](src/cloudflare/resources/ai_audit/api.md)
235+
234236
# [AISearch](src/cloudflare/resources/aisearch/api.md)
235237

236238
# [SecurityCenter](src/cloudflare/resources/security_center/api.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
3+
from __future__ import annotations
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

0 commit comments

Comments
 (0)