docs/TlsSubscriptionsApi.md in fastly-4.0.0.alpha2 vs docs/TlsSubscriptionsApi.md in fastly-4.0.0.alpha3

- old
+ new

@@ -23,19 +23,19 @@ ```ruby create_globalsign_email_challenge(opts): Object # Creates a GlobalSign email challenge. ``` -Creates an email challenge for domain on a GlobalSign subscription. An email challenge will generate an email that can be used to validate domain ownership. If this challenge is created, then the domain can only be validated using email for the given subscription. +Creates an email challenge for a domain on a GlobalSign subscription. An email challenge will generate an email that can be used to validate domain ownership. If this challenge is created, then the domain can only be validated using email for the given subscription. ### Examples ```ruby api_instance = Fastly::TlsSubscriptionsApi.new opts = { - tls_subscription_id: 'tls_subscription_id_example', # String | - tls_authorization_id: 'tls_authorization_id_example', # String | + tls_subscription_id: 'tls_subscription_id_example', # String | Alphanumeric string identifying a TLS subscription. + tls_authorization_id: 'tls_authorization_id_example', # String | Alphanumeric string identifying a TLS subscription. request_body: { key: 3.56}, # Hash<String, Object> | } begin # Creates a GlobalSign email challenge. @@ -48,12 +48,12 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **tls_subscription_id** | **String** | | | -| **tls_authorization_id** | **String** | | | +| **tls_subscription_id** | **String** | Alphanumeric string identifying a TLS subscription. | | +| **tls_authorization_id** | **String** | Alphanumeric string identifying a TLS subscription. | | | **request_body** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional] | ### Return type **Object** @@ -110,13 +110,13 @@ ### Examples ```ruby api_instance = Fastly::TlsSubscriptionsApi.new opts = { - tls_subscription_id: 'tls_subscription_id_example', # String | - globalsign_email_challenge_id: 'globalsign_email_challenge_id_example', # String | - tls_authorization_id: 'tls_authorization_id_example', # String | + tls_subscription_id: 'tls_subscription_id_example', # String | Alphanumeric string identifying a TLS subscription. + globalsign_email_challenge_id: 'gU3guUGZzb2W9Euo4Mo0r', # String | Alphanumeric string identifying a GlobalSign email challenge. + tls_authorization_id: 'tls_authorization_id_example', # String | Alphanumeric string identifying a TLS subscription. } begin # Delete a GlobalSign email challenge api_instance.delete_globalsign_email_challenge(opts) @@ -127,12 +127,12 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **tls_subscription_id** | **String** | | | -| **globalsign_email_challenge_id** | **String** | | | -| **tls_authorization_id** | **String** | | | +| **tls_subscription_id** | **String** | Alphanumeric string identifying a TLS subscription. | | +| **globalsign_email_challenge_id** | **String** | Alphanumeric string identifying a GlobalSign email challenge. | | +| **tls_authorization_id** | **String** | Alphanumeric string identifying a TLS subscription. | | ### Return type nil (empty response body)