Create a KV store
POST {{fastly_url}}/resources/stores/kv?location
Create a new KV store.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
location | null | Selects a specific region for a KV store from 'US', 'EU', 'ASIA', 'AUS'. |
Request Body
{"name"=>"my-store"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |