docs/BillingInvoicesApi.md in fastly-8.6.0 vs docs/BillingInvoicesApi.md in fastly-8.7.0

- old
+ new

@@ -29,11 +29,11 @@ ### Examples ```ruby api_instance = Fastly::BillingInvoicesApi.new opts = { - invoice_id: 'invoice_id_example', # String | Alphanumeric string identifying the invoice. + invoice_id: 4183280, # Integer | } begin # Get invoice by ID. result = api_instance.get_invoice_by_invoice_id(opts) @@ -45,10 +45,10 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **invoice_id** | **String** | Alphanumeric string identifying the invoice. | | +| **invoice_id** | **Integer** | | | ### Return type [**EomInvoiceResponse**](EomInvoiceResponse.md)