Skip to content

Commit 7f722ad

Browse files
feat(api): aggregated API specs update
1 parent d86ee7e commit 7f722ad

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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: 658
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-c0227d112d00ea1367115bffc78528aae50c3bef4b763b67f291c20da36e759c.yml
3-
openapi_spec_hash: 728075186aa56e84ef78f6df633242e7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-aaf167c2d2ddf471ded53fc4ee8622cf302ee235a09b683731bdabbf499fe40c.yml
3+
openapi_spec_hash: 359e8df7782a96098561b772f10771cc
44
config_hash: 1eeaf5413c25f32913ceebe18d37cc3e

src/gcore/types/waap/domains/waap_request_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class WaapRequestDetails(BaseModel):
186186
"""Name of the triggered rule"""
187187

188188
scheme: str
189-
"""The HTTP scheme of the request that generated an event"""
189+
"""The URI scheme of the request that generated an event"""
190190

191191
session_id: str
192192
"""The session ID associated with the request."""

src/gcore/types/waap/waap_request_summary.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@ class WaapRequestSummary(BaseModel):
7070
user_agent_client: str
7171
"""Client from parsed User agent header"""
7272

73+
http_version: Optional[str] = None
74+
"""HTTP version of request"""
75+
76+
scheme: Optional[str] = None
77+
"""The URI scheme of the request that generated an event"""
78+
7379
session_id: Optional[str] = None
7480
"""The session ID associated with the request."""

0 commit comments

Comments
 (0)