Update multiple entries in a config store

PATCH {{fastly_url}}/resources/stores/config/{{config_store_id}}/items

Add multiple key-value pairs to an individual config store, specified by ID.

Authorization: API token with at least Engineer permissions.

Request Body

{"items"=>[{"op"=>"create", "item_key"=>"test-key", "item_value"=>"new-value"}, {"op"=>"update", "item_key"=>"test-key-2", "item_value"=>"new-value-2"}, {"op"=>"upsert", "item_key"=>"test-key-3", "item_value"=>"new-value-3"}, {"op"=>"delete", "item_key"=>"test-key-4"}]}

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Content-Typestring
Acceptstring