docs/ServiceListResponse.md in fastly-8.8.0 vs docs/ServiceListResponse.md in fastly-8.9.0
- old
+ new
@@ -12,8 +12,9 @@
| **customer_id** | **String** | Alphanumeric string identifying the customer. | [optional] |
| **type** | **String** | The type of this service. | [optional] |
| **id** | **String** | | [optional][readonly] |
| **version** | **Integer** | Current [version](https://www.fastly.com/documentation/reference/api/services/version/) of the service. | [optional] |
| **versions** | [**Array<SchemasVersionResponse>**](SchemasVersionResponse.md) | A list of [versions](https://www.fastly.com/documentation/reference/api/services/version/) associated with the service. | [optional] |
+| **environments** | [**Array<Environment>**](Environment.md) | A list of environments where the service has been deployed. | [optional] |
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)