Edge Storage
Update an edge store
Modify edge store configuration including name, description, and application associations. Store type cannot be changed after creation.
put/fastedge/v1/kv/{store_id}
Path parameters
store_idinteger required
Id of the store
Request body
Example request
{
"byod": {
"url": "redis://redis.example.com:6379/0",
"prefix": "app:prod:"
}
}Response
Edge store updated successfully, returns updated configuration
Example response
{
"byod": {
"url": "redis://redis.example.com:6379/0",
"prefix": "app:prod:"
}
}