We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8322742 commit 600d2c4Copy full SHA for 600d2c4
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
@@ -33,8 +33,8 @@ is provided.
33
34
```json
35
{
36
- "start_time": "2025-01-01T00:00:00Z",
37
- "end_time": "2025-01-01T00:00:00Z"
+ "start_time": "2025-01-01",
+ "end_time": "2025-01-01"
38
}
39
```
40
@@ -53,7 +53,7 @@ $ curl \
53
54
"months": [
55
56
- "timestamp": "2025-01-01T00:00:00Z",
+ "timestamp": "2025-01-01",
57
"counts": {
58
"issued_certificates": 123
59
0 commit comments