docs/ObjectStoreApi.md in fastly-4.3.0 vs docs/ObjectStoreApi.md in fastly-4.4.0
- old
+ new
@@ -27,10 +27,11 @@
### Examples
```ruby
api_instance = Fastly::ObjectStoreApi.new
opts = {
+ location: 'location_example', # String |
store: Fastly::Store.new, # Store |
}
begin
# Create an object store.
@@ -43,10 +44,11 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
+| **location** | **String** | | [optional] |
| **store** | [**Store**](Store.md) | | [optional] |
### Return type
[**StoreResponse**](StoreResponse.md)
@@ -65,10 +67,11 @@
```ruby
api_instance = Fastly::ObjectStoreApi.new
opts = {
store_id: 'store_id_example', # String |
+ force: true, # Boolean |
}
begin
# Delete an object store.
api_instance.delete_store(opts)
@@ -80,9 +83,10 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **store_id** | **String** | | |
+| **force** | **Boolean** | | [optional] |
### Return type
nil (empty response body)