docs/TlsCertificatesApi.md in fastly-4.4.0 vs docs/TlsCertificatesApi.md in fastly-5.0.0
- old
+ new
@@ -138,10 +138,11 @@
### Examples
```ruby
api_instance = Fastly::TlsCertificatesApi.new
opts = {
+ filter_in_use: 'filter_in_use_example', # String | Optional. Limit the returned certificates to those currently using Fastly to terminate TLS (that is, certificates associated with an activation). Permitted values: true, false.
filter_not_after: 'filter_not_after_example', # String | Limit the returned certificates to those that expire prior to the specified date in UTC. Accepts parameters: lte (e.g., filter[not_after][lte]=2020-05-05).
filter_tls_domains_id: 'filter_tls_domains_id_example', # String | Limit the returned certificates to those that include the specific domain.
include: 'include_example', # String | Include related objects. Optional, comma-separated values. Permitted values: `tls_activations`.
page_number: 1, # Integer | Current page.
page_size: 20, # Integer | Number of records per page.
@@ -159,9 +160,10 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
+| **filter_in_use** | **String** | Optional. Limit the returned certificates to those currently using Fastly to terminate TLS (that is, certificates associated with an activation). Permitted values: true, false. | [optional] |
| **filter_not_after** | **String** | Limit the returned certificates to those that expire prior to the specified date in UTC. Accepts parameters: lte (e.g., filter[not_after][lte]=2020-05-05). | [optional] |
| **filter_tls_domains_id** | **String** | Limit the returned certificates to those that include the specific domain. | [optional] |
| **include** | **String** | Include related objects. Optional, comma-separated values. Permitted values: `tls_activations`. | [optional] |
| **page_number** | **Integer** | Current page. | [optional] |
| **page_size** | **Integer** | Number of records per page. | [optional][default to 20] |