Skip to content

Commit 5185f3d

Browse files
docs(api): update max duration in auth-rules v2 trailing window
1 parent 942f058 commit 5185f3d

2 files changed

Lines changed: 3 additions & 3 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: 214
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-6683cf82e93cfd95e17b0386f070333486fe8e7b857b47c62e09682362d5991d.yml
3-
openapi_spec_hash: ce2c1f6201bb2036d05602238503eb6b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-46435dfdef99ea1c005a78bab282c859980e1edd5570e781bf3b67dd97ebf545.yml
3+
openapi_spec_hash: fe504df52c793d72df78146d3fb6f3ac
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

src/resources/auth-rules/v2/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ export namespace VelocityLimitPeriod {
24842484
export interface TrailingWindowObject {
24852485
/**
24862486
* The size of the trailing window to calculate Spend Velocity over in seconds. The
2487-
* minimum value is 10 seconds, and the maximum value is 2678400 seconds (31 days).
2487+
* minimum value is 10 seconds, and the maximum value is 7776000 seconds (90 days).
24882488
*/
24892489
duration: number;
24902490

0 commit comments

Comments
 (0)