Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cloud/billing-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Reports can be generated with hourly granularity only, for the current billing m

Date ranges must use billing-month boundaries (MM/YYYY).
Requests may include the current billing month.
The data in finalized reports includes usage up to `current\_time` \- 24 hours (rounded up to nearest hour).
The data in finalized reports includes usage up to `current_time` \- 24 hours (rounded up to nearest hour).

:::info Limitiations

Expand Down Expand Up @@ -158,4 +158,4 @@ To generate a report, follow these steps:
| `billing_report_id` | Identifies the billing report artifact and is used to retrieve metadata and download URLs |
| `async_operation_id` | Identifies the background operation responsible for generating the report |

The async operation follows the standard Cloud Operations async model (see [Async Operations](/ops#per-identity-rate-limits).
The async operation follows the standard Cloud Operations async model (see [Async Operations](/ops#per-identity-rate-limits)).
Loading