From 600d2c4629919e13a40ffe3457d8b1d1a78a1df3 Mon Sep 17 00:00:00 2001 From: rculpepper Date: Thu, 16 Oct 2025 11:37:58 -0400 Subject: [PATCH] fix sample request and response --- .../api-docs/system/billing-pki-certificate-count.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx b/content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx index 2ffb2f4499..1e496dcf8d 100644 --- a/content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx +++ b/content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx @@ -33,8 +33,8 @@ is provided. ```json { - "start_time": "2025-01-01T00:00:00Z", - "end_time": "2025-01-01T00:00:00Z" + "start_time": "2025-01-01", + "end_time": "2025-01-01" } ``` @@ -53,7 +53,7 @@ $ curl \ { "months": [ { - "timestamp": "2025-01-01T00:00:00Z", + "timestamp": "2025-01-01", "counts": { "issued_certificates": 123 }