docs/TlsDomainsApi.md in fastly-8.8.0 vs docs/TlsDomainsApi.md in fastly-8.9.0
- old
+ new
@@ -31,13 +31,13 @@
opts = {
filter_in_use: 'filter_in_use_example', # String | Optional. Limit the returned domains to those currently using Fastly to terminate TLS with SNI (that is, domains considered \"in use\") Permitted values: true, false.
filter_tls_certificates_id: 'filter_tls_certificates_id_example', # String | Optional. Limit the returned domains to those listed in the given TLS certificate's SAN list.
filter_tls_subscriptions_id: 'filter_tls_subscriptions_id_example', # String | Optional. Limit the returned domains to those for a given TLS subscription.
include: 'include_example', # String | Include related objects. Optional, comma-separated values. Permitted values: `tls_activations`, `tls_certificates`, `tls_subscriptions`, `tls_subscriptions.tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`.
+ sort: 'tls_activations.created_at', # String | The order in which to list the results.
page_number: 1, # Integer | Current page.
page_size: 20, # Integer | Number of records per page.
- sort: 'created_at', # String | The order in which to list the results by creation date.
}
begin
# List TLS domains
result = api_instance.list_tls_domains(opts)
@@ -53,12 +53,12 @@
| ---- | ---- | ----------- | ----- |
| **filter_in_use** | **String** | Optional. Limit the returned domains to those currently using Fastly to terminate TLS with SNI (that is, domains considered \"in use\") Permitted values: true, false. | [optional] |
| **filter_tls_certificates_id** | **String** | Optional. Limit the returned domains to those listed in the given TLS certificate's SAN list. | [optional] |
| **filter_tls_subscriptions_id** | **String** | Optional. Limit the returned domains to those for a given TLS subscription. | [optional] |
| **include** | **String** | Include related objects. Optional, comma-separated values. Permitted values: `tls_activations`, `tls_certificates`, `tls_subscriptions`, `tls_subscriptions.tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. | [optional] |
+| **sort** | **String** | The order in which to list the results. | [optional][default to 'id'] |
| **page_number** | **Integer** | Current page. | [optional] |
| **page_size** | **Integer** | Number of records per page. | [optional][default to 20] |
-| **sort** | **String** | The order in which to list the results by creation date. | [optional][default to 'created_at'] |
### Return type
[**TlsDomainsResponse**](TlsDomainsResponse.md)