v1
latestOpenAPI 3.0.02026-07-17939.8 KBSet 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/"
}