docs/BillingInvoicesApi.md in fastly-8.2.0 vs docs/BillingInvoicesApi.md in fastly-8.4.0
- old
+ new
@@ -6,16 +6,19 @@
api_instance = Fastly::BillingInvoicesApi.new
```
## Methods
-| Method | HTTP request | Description |
-| ------ | ------------ | ----------- |
-| [**get_invoice_by_invoice_id**](BillingInvoicesApi.md#get_invoice_by_invoice_id) | **GET** /billing/v3/invoices/{invoice_id} | Get invoice by ID. |
-| [**list_invoices**](BillingInvoicesApi.md#list_invoices) | **GET** /billing/v3/invoices | List of invoices. |
+> [!NOTE]
+> All URIs are relative to `https://api.fastly.com`
+Method | HTTP request | Description
+------ | ------------ | -----------
+[**get_invoice_by_invoice_id**](BillingInvoicesApi.md#get_invoice_by_invoice_id) | **GET** /billing/v3/invoices/{invoice_id} | Get invoice by ID.
+[**list_invoices**](BillingInvoicesApi.md#list_invoices) | **GET** /billing/v3/invoices | List of invoices.
+
## `get_invoice_by_invoice_id()`
```ruby
get_invoice_by_invoice_id(opts): <InvoiceResponse> # Get invoice by ID.
```
@@ -62,11 +65,11 @@
### Examples
```ruby
api_instance = Fastly::BillingInvoicesApi.new
opts = {
- billing_start_date: '2023-01-01T00:00:00Z', # String |
- billing_end_date: '2023-01-31T00:00:00Z', # String |
+ billing_start_date: '2023-01-01', # String |
+ billing_end_date: '2023-01-31', # String |
limit: 'limit_example', # String | Number of results per page. The maximum is 200.
cursor: 'cursor_example', # String | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty.
}
begin