From 23b179a863ff74f45a1305f8e4aa9f78e71142b4 Mon Sep 17 00:00:00 2001 From: Olivier Foucherot Date: Mon, 13 Jul 2026 11:50:35 -0400 Subject: [PATCH] doc: add new options to newKeyExpirationIn (#3576) --- docs/references/v2.openapi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/references/v2.openapi.json b/docs/references/v2.openapi.json index 99c99ed43a..b036e57b17 100644 --- a/docs/references/v2.openapi.json +++ b/docs/references/v2.openapi.json @@ -11212,9 +11212,19 @@ "type": "string", "enum": [ "now", + "5m", + "5min", + "5 minutes", + "3m", + "3min", + "3 minutes", "1h", "1hour", "1 hour", + "48h", + "48hrs", + "48hours", + "48 hours", "24hrs", "24hours", "24 hours", @@ -11224,6 +11234,9 @@ "7d", "7days", "7 days", + "21d", + "21days", + "21 days", "30d", "30days", "30 days",