From 743f474e1f9c01634dbb72de15d467e40d9c543b Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Sun, 30 Aug 2026 04:13:45 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index e2493589..104cb81c 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -27433,9 +27433,13 @@ paths: time_range: properties: end: + description: 'ISO 8601 UTC timestamp. Must include seconds (YYYY-MM-DDTHH:MM:SSZ; fractional seconds allowed); minute-precision timestamps are rejected.' + example: '2027-12-31T23:59:59Z' format: 'date-time' type: 'string' start: + description: 'ISO 8601 UTC timestamp. Must include seconds (YYYY-MM-DDTHH:MM:SSZ; fractional seconds allowed); minute-precision timestamps are rejected.' + example: '2027-12-31T23:59:59Z' format: 'date-time' type: 'string' required: @@ -28011,7 +28015,7 @@ paths: example: 'S256' type: 'string' expires_at: - description: 'Optional expiration time for the API key to be created' + description: 'Optional ISO 8601 UTC expiration timestamp. Must include seconds (YYYY-MM-DDTHH:MM:SSZ; fractional seconds allowed); minute-precision timestamps are rejected.' example: '2027-12-31T23:59:59Z' format: 'date-time' type: @@ -33721,7 +33725,7 @@ paths: - 'string' - 'null' expires_at: - description: 'Optional ISO 8601 UTC timestamp when the API key should expire. Must be UTC, other timezones will be rejected' + description: 'Optional ISO 8601 UTC expiration timestamp. Must include seconds (YYYY-MM-DDTHH:MM:SSZ; fractional seconds allowed); minute-precision timestamps are rejected.' example: '2027-12-31T23:59:59Z' format: 'date-time' type: