Skip to content

Commit 767fdd5

Browse files
feat(api): aggregated API specs update
1 parent 90bfffe commit 767fdd5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 618
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-29e2cc8d4eccb3e6657d61c17d200583cc2bd5bd90494b331881256e362d5873.yml
3-
openapi_spec_hash: de6249d14f251ef0a008dd506e0e99ef
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-cf3ae8749ead0412e761136b7c81a9ca98dd46ca9ef76c1f700cb1ecc814630d.yml
3+
openapi_spec_hash: d5b2b66116339bbe16ec0bbff5b6366f
44
config_hash: db560bc3873a6441828babf34ae5f184

src/gcore/resources/cdn/audit_log.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ def list(
9999
100100
offset: Offset relative to the beginning of activity logs.
101101
102-
path: Path that a requested URL should contain.
102+
path: Exact URL path.
103103
104-
remote_ip_address: IP address or part of it from which requests are sent.
104+
remote_ip_address: Exact IP address from which requests are sent.
105105
106106
status_code: Status code returned in the response.
107107
@@ -263,9 +263,9 @@ def list(
263263
264264
offset: Offset relative to the beginning of activity logs.
265265
266-
path: Path that a requested URL should contain.
266+
path: Exact URL path.
267267
268-
remote_ip_address: IP address or part of it from which requests are sent.
268+
remote_ip_address: Exact IP address from which requests are sent.
269269
270270
status_code: Status code returned in the response.
271271

src/gcore/types/cdn/audit_log_list_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ class AuditLogListParams(TypedDict, total=False):
5050
"""Offset relative to the beginning of activity logs."""
5151

5252
path: str
53-
"""Path that a requested URL should contain."""
53+
"""Exact URL path."""
5454

5555
remote_ip_address: str
56-
"""IP address or part of it from which requests are sent."""
56+
"""Exact IP address from which requests are sent."""
5757

5858
status_code: int
5959
"""Status code returned in the response.

0 commit comments

Comments
 (0)