Config
Updates a specific configuration.
put/v1/configs/{config-id}
Path parameters
config-idstring required
The configuration hash id.
Request body
Example request
{
"ready": true,
"subChain": {
"name": "cosmoshub 2"
},
"repositories": [
{
"monitor": true,
"name": "repo_name",
"namespace": "repo_namespace",
"type": "628bdacb5c5ab4c82d151aa4"
}
]
}Response
OK
Example response
{
"status": 200,
"result": "62675e2d8891cd77b87f5b16"
}