Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 5, 2024
1 parent c3a0ecc commit f47e088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1335
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e14af815e43a68175aaf8a216fcfa98f21d3c9112bd1f52cc4235fe2de4d9ab7.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a9fac2ac06a106ac7e616a6b77e657a85e0f9f5549ac2452a52fe4f25c4f3c2c.yml
4 changes: 4 additions & 0 deletions src/cloudflare/types/ai_gateway/log_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ class LogGetResponseItem(BaseModel):

metadata: Optional[str] = None

request_type: Optional[str] = None

status_code: Optional[int] = None

step: Optional[int] = None


LogGetResponse = List[LogGetResponseItem]

0 comments on commit f47e088

Please sign in to comment.