Set the config for the given DEP name.
put/v1/config/{name}
Request body
Example request
{
"base_url": "http://127.0.0.1:8080/"
}Response
Config corresponding to the DEP name.
Example response
{
"base_url": "http://127.0.0.1:8080/"
}Set the config for the given DEP name.
{
"base_url": "http://127.0.0.1:8080/"
}Config corresponding to the DEP name.
{
"base_url": "http://127.0.0.1:8080/"
}