Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
255 changes: 134 additions & 121 deletions docs/api/cloudflare-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4049,127 +4049,6 @@ components:
unreachable:
type: integer
description: Number of unreachable URLs.
responses:
BadRequest:
description: Bad request - input validation failed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: 'requestId: Invalid requestId format'
Unauthorized:
description: Unauthorized - authentication required
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Authentication required
RateLimited:
description: Rate limit exceeded
headers:
Retry-After:
schema:
type: integer
description: Seconds until retry allowed
X-RateLimit-Limit:
schema:
type: integer
X-RateLimit-Remaining:
schema:
type: integer
X-RateLimit-Reset:
schema:
type: integer
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Rate limit exceeded.
BadRequestError:
description: Bad request - request body failed schema validation
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Invalid request body
RateLimitError:
description: Rate limit exceeded
headers:
Retry-After:
schema:
type: integer
description: Seconds until retry allowed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Rate limit exceeded. Maximum 10 requests per minute.
CompilationError:
description: Compilation failed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
UnauthorizedError:
description: Unauthorized - missing or invalid admin key
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
ServiceUnavailable:
description: Service unavailable - required binding not configured
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
ConvertRuleRequest:
type: object
required:
Expand Down Expand Up @@ -4832,6 +4711,140 @@ components:
additionalProperties:
type: integer
description: Per-route request counts for this day
responses:
BadRequest:
description: Bad request - input validation failed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: 'requestId: Invalid requestId format'
Unauthorized:
description: Unauthorized - authentication required
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Authentication required
RateLimited:
description: Rate limit exceeded
headers:
Retry-After:
schema:
type: integer
description: Seconds until retry allowed
X-RateLimit-Limit:
schema:
type: integer
X-RateLimit-Remaining:
schema:
type: integer
X-RateLimit-Reset:
schema:
type: integer
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Rate limit exceeded.
BadRequestError:
description: Bad request - request body failed schema validation
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Invalid request body
RateLimitError:
description: Rate limit exceeded
headers:
Retry-After:
schema:
type: integer
description: Seconds until retry allowed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Rate limit exceeded. Maximum 10 requests per minute.
CompilationError:
description: Compilation failed
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
UnauthorizedError:
description: Unauthorized - missing or invalid admin key
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
ForbiddenError:
description: Forbidden - insufficient permissions
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
example: Forbidden
ServiceUnavailable:
description: Service unavailable - required binding not configured
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
example: false
error:
type: string
securitySchemes:
Turnstile:
type: apiKey
Expand Down
Loading
Loading