fastly_api::apis::kv_store_item_api::set_value_for_key
fails to deserialize response body
#11
Labels
bug
Something isn't working
Version
fastly-api = "4.6.0"
What happened
The following successfully adds the key to the kv store, but returns an error when deserializing the response body:
output:
the equivalent curl command works fine. im assuming this is because the function expects the endpoint to return a string, but the actual endpoint response doesn't contain a body.
The text was updated successfully, but these errors were encountered: