Edge data storage-Config store item
Number of APIs: 7
-
Delete an item from a config store DELETE {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}
-
List items in a config store GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/items
-
Update multiple entries in a config store PATCH {{fastly_url}}/resources/stores/config/{{config_store_id}}/items
-
Create an entry in a config store POST {{fastly_url}}/resources/stores/config/{{config_store_id}}/item
-
Get an item from a config store GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}
-
Update an entry in a config store PATCH {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}
-
Insert or update an entry in a config store PUT {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}