Skip to content

Commit d63fe04

Browse files
authored
Fix sample request and response in PKI cert count query API (#1127)
Please go to the `Preview` tab and select the appropriate template: * [HCP services](?expand=1&template=hcp_pull_request_template.md) * [Terraform Enterprise](?expand=1&template=ptfe_release_pull_request_template.md)
2 parents 7abff7b + 600d2c4 commit d63fe04

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)