docs/KvStoreItemApi.md in fastly-8.10.0 vs docs/KvStoreItemApi.md in fastly-9.0.0
- old
+ new
@@ -72,10 +72,11 @@
opts = {
store_id: 'store_id_example', # String |
cursor: 'cursor_example', # String |
limit: 56, # Integer |
prefix: 'prefix_example', # String |
+ consistency: 'consistency_example', # String |
}
begin
# List kv store keys.
result = api_instance.get_keys(opts)
@@ -91,9 +92,10 @@
| ---- | ---- | ----------- | ----- |
| **store_id** | **String** | | |
| **cursor** | **String** | | [optional] |
| **limit** | **Integer** | | [optional][default to 100] |
| **prefix** | **String** | | [optional] |
+| **consistency** | **String** | | [optional] |
### Return type
[**InlineResponse2004**](InlineResponse2004.md)