Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 12, 2024
1 parent a1758ad commit 02fe287
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: 1343
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-799a9bbf5649fd0d0530e2b7cd45106c66c52539d1ff188e812b00570931aef0.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-251166f81d34bc492cd6c4fdd7ac8e6861c3541b3f6daee95299402290925165.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,8 +35,12 @@ class LogGetResponseItem(BaseModel):

metadata: Optional[str] = None

request_content_type: Optional[str] = None

request_type: Optional[str] = None

response_content_type: Optional[str] = None

status_code: Optional[int] = None

step: Optional[int] = None
Expand Down

0 comments on commit 02fe287

Please sign in to comment.