-
Couldn't load subscription status.
- Fork 96
Add docs for new sys/billing/certificates endpoint #1042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Vercel Previews Deployed
|
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
Outdated
Show resolved
Hide resolved
| ### Request Parameters | ||
|
|
||
| - `start_time` `(string: <required>)` - The first month for which to return certificate counts. | ||
| The time must be a timestamp in RFC 3339 format (e.g., `2025-01-01T00:00:00Z` for January 2025). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The time must be a timestamp in RFC 3339 format (e.g., `2025-01-01T00:00:00Z` for January 2025). | |
| - `start_time` `(string: <required>)` - A timestamp in RFC 3339 format (e.g., | |
| `2025-01-01T00:00:00Z` for January 2025) indicating the first month of the | |
| query range. |
Style correction: use simple sentence construction
| - `end_time` `(string: <required>)` - The last month for which to return certificate counts. The `end_time` must not be before the `start_time`. | ||
| The time must be a timestamp in RFC 3339 format (e.g., `2025-01-01T00:00:00Z` for January 2025). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `end_time` `(string: <required>)` - The last month for which to return certificate counts. The `end_time` must not be before the `start_time`. | |
| The time must be a timestamp in RFC 3339 format (e.g., `2025-01-01T00:00:00Z` for January 2025). | |
| - `end_time` `(string: <required>)` - A timestamp in RFC 3339 format (e.g., | |
| `2025-01-01T00:00:00Z` for January 2025) indicating the last month of the | |
| query range. |
Edited to match start_time
content/vault/v1.21.x (rc)/content/api-docs/system/billing-pki-certificate-count.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah Chavis <[email protected]>
This is a copy of #1042 that's up to date with `main`
No description provided.