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

- old
+ new

@@ -34,11 +34,11 @@ version_id: 56, # Integer | Integer identifying a service version. comment: 'comment_example', # String | A freeform descriptive note. name: 'name_example', # String | Name of the condition. Required. priority: 'priority_example', # String | A numeric string. Priority determines execution order. Lower numbers execute first. statement: 'statement_example', # String | A conditional expression in VCL used to determine if the condition is met. - service_id: TODO, # String | + service_id: 'service_id_example', # String | version: 'version_example', # String | A numeric string that represents the service version. type: 'REQUEST', # String | Type of the condition. Required. } begin @@ -58,11 +58,11 @@ | **version_id** | **Integer** | Integer identifying a service version. | | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | Name of the condition. Required. | [optional] | | **priority** | **String** | A numeric string. Priority determines execution order. Lower numbers execute first. | [optional][default to '100'] | | **statement** | **String** | A conditional expression in VCL used to determine if the condition is met. | [optional] | -| **service_id** | [**String**](String.md) | | [optional] | +| **service_id** | **String** | | [optional] | | **version** | **String** | A numeric string that represents the service version. | [optional] | | **type** | **String** | Type of the condition. Required. | [optional] | ### Return type @@ -209,11 +209,11 @@ condition_name: 'condition_name_example', # String | Name of the condition. Required. comment: 'comment_example', # String | A freeform descriptive note. name: 'name_example', # String | Name of the condition. Required. priority: 'priority_example', # String | A numeric string. Priority determines execution order. Lower numbers execute first. statement: 'statement_example', # String | A conditional expression in VCL used to determine if the condition is met. - service_id: TODO, # String | + service_id: 'service_id_example', # String | version: 'version_example', # String | A numeric string that represents the service version. type: 'REQUEST', # String | Type of the condition. Required. } begin @@ -234,10 +234,10 @@ | **condition_name** | **String** | Name of the condition. Required. | | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | Name of the condition. Required. | [optional] | | **priority** | **String** | A numeric string. Priority determines execution order. Lower numbers execute first. | [optional][default to '100'] | | **statement** | **String** | A conditional expression in VCL used to determine if the condition is met. | [optional] | -| **service_id** | [**String**](String.md) | | [optional] | +| **service_id** | **String** | | [optional] | | **version** | **String** | A numeric string that represents the service version. | [optional] | | **type** | **String** | Type of the condition. Required. | [optional] | ### Return type