docs/WafRuleRevisionsApi.md in fastly-4.0.0.alpha2 vs docs/WafRuleRevisionsApi.md in fastly-4.0.0.alpha3
- old
+ new
@@ -26,11 +26,11 @@
```ruby
api_instance = Fastly::WafRuleRevisionsApi.new
opts = {
waf_rule_id: 'waf_rule_id_example', # String | Alphanumeric string identifying a WAF rule.
- waf_rule_revision_number: 8.14, # Float | Revision number.
+ waf_rule_revision_number: 56, # Integer | Revision number.
include: 'source,vcl,waf_rule', # String | Include relationships. Optional, comma-separated values. Permitted values: `waf_rule`, `vcl`, and `source`. The `vcl` and `source` relationships show the WAF VCL and corresponding ModSecurity source. These fields are blank unless the relationship is included.
}
begin
# Get a revision of a rule
@@ -44,10 +44,10 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **waf_rule_id** | **String** | Alphanumeric string identifying a WAF rule. | |
-| **waf_rule_revision_number** | **Float** | Revision number. | |
+| **waf_rule_revision_number** | **Integer** | Revision number. | |
| **include** | **String** | Include relationships. Optional, comma-separated values. Permitted values: `waf_rule`, `vcl`, and `source`. The `vcl` and `source` relationships show the WAF VCL and corresponding ModSecurity source. These fields are blank unless the relationship is included. | [optional] |
### Return type
[**WafRuleRevisionResponse**](WafRuleRevisionResponse.md)