Edge data storage-Config store item

Number of APIs: 7

  1. Delete an item from a config store DELETE {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}

  2. List items in a config store GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/items

  3. Update multiple entries in a config store PATCH {{fastly_url}}/resources/stores/config/{{config_store_id}}/items

  4. Create an entry in a config store POST {{fastly_url}}/resources/stores/config/{{config_store_id}}/item

  5. Get an item from a config store GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}

  6. Update an entry in a config store PATCH {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}

  7. Insert or update an entry in a config store PUT {{fastly_url}}/resources/stores/config/{{config_store_id}}/item/{{config_store_item_key}}