docs/DomainApi.md in fastly-6.0.2 vs docs/DomainApi.md in fastly-7.0.0
- old
+ new
@@ -20,11 +20,11 @@
## `check_domain()`
```ruby
-check_domain(opts): <Array<DomainCheckItem>> # Validate DNS configuration for a single domain on a service
+check_domain(opts): Array<Object> # Validate DNS configuration for a single domain on a service
```
Checks the status of a specific domain's DNS record for a Service Version. Returns an array in the same format as domain/check_all.
### Examples
@@ -54,10 +54,10 @@
| **version_id** | **Integer** | Integer identifying a service version. | |
| **domain_name** | **String** | The name of the domain or domains associated with this service. | |
### Return type
-[**Array<DomainCheckItem>**](DomainCheckItem.md)
+**Array<Object>**
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
[[Back to README]](../../README.md)
## `check_domains()`