Skip to content

Commit 600d2c4

Browse files
committed
fix sample request and response
1 parent 8322742 commit 600d2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ is provided.
3333

3434
```json
3535
{
36-
"start_time": "2025-01-01T00:00:00Z",
37-
"end_time": "2025-01-01T00:00:00Z"
36+
"start_time": "2025-01-01",
37+
"end_time": "2025-01-01"
3838
}
3939
```
4040

@@ -53,7 +53,7 @@ $ curl \
5353
{
5454
"months": [
5555
{
56-
"timestamp": "2025-01-01T00:00:00Z",
56+
"timestamp": "2025-01-01",
5757
"counts": {
5858
"issued_certificates": 123
5959
}

0 commit comments

Comments
 (0)