docs/TlsSubscriptionsApi.md in fastly-8.8.0 vs docs/TlsSubscriptionsApi.md in fastly-8.9.0
- old
+ new
@@ -232,14 +232,14 @@
opts = {
filter_state: 'filter_state_example', # String | Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`).
filter_tls_domains_id: 'filter_tls_domains_id_example', # String | Limit the returned subscriptions to those that include the specific domain.
filter_has_active_order: true, # Boolean | Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`.
filter_certificate_authority: 'filter_certificate_authority_example', # String | Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`.
+ sort: 'created_at', # String | The order in which to list the results.
include: 'tls_authorizations', # String | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`.
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 subscriptions
result = api_instance.list_tls_subs(opts)
@@ -255,13 +255,13 @@
| ---- | ---- | ----------- | ----- |
| **filter_state** | **String** | Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`). | [optional] |
| **filter_tls_domains_id** | **String** | Limit the returned subscriptions to those that include the specific domain. | [optional] |
| **filter_has_active_order** | **Boolean** | Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`. | [optional] |
| **filter_certificate_authority** | **String** | Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`. | [optional] |
+| **sort** | **String** | The order in which to list the results. | [optional][default to '-created_at'] |
| **include** | **String** | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. | [optional] |
| **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
[**TlsSubscriptionsResponse**](TlsSubscriptionsResponse.md)