docs/ServiceApi.md in fastly-4.0.0.alpha4 vs docs/ServiceApi.md in fastly-4.0.0

- old
+ new

@@ -33,11 +33,11 @@ ```ruby api_instance = Fastly::ServiceApi.new opts = { comment: 'comment_example', # String | A freeform descriptive note. name: 'name_example', # String | The name of the service. - customer_id: TODO, # String | + customer_id: 'customer_id_example', # String | Alphanumeric string identifying the customer. type: 'vcl', # String | The type of this service. } begin # Create a service @@ -52,11 +52,11 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | The name of the service. | [optional] | -| **customer_id** | [**String**](String.md) | | [optional] | +| **customer_id** | **String** | Alphanumeric string identifying the customer. | [optional] | | **type** | **String** | The type of this service. | [optional] | ### Return type [**ServiceResponse**](ServiceResponse.md) @@ -307,11 +307,11 @@ api_instance = Fastly::ServiceApi.new opts = { service_id: 'service_id_example', # String | Alphanumeric string identifying the service. comment: 'comment_example', # String | A freeform descriptive note. name: 'name_example', # String | The name of the service. - customer_id: TODO, # String | + customer_id: 'customer_id_example', # String | Alphanumeric string identifying the customer. } begin # Update a service result = api_instance.update_service(opts) @@ -326,10 +326,10 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **service_id** | **String** | Alphanumeric string identifying the service. | | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | The name of the service. | [optional] | -| **customer_id** | [**String**](String.md) | | [optional] | +| **customer_id** | **String** | Alphanumeric string identifying the customer. | [optional] | ### Return type [**ServiceResponse**](ServiceResponse.md)