Skip to content

config_set

PUT
/config
curl --request PUT \
--url https://example.com/config \
--header 'Content-Type: application/json' \
--data '{ "evidence_extractor_url": "example" }'

Set the runtime configuration.

Media type application/json

Runtime configuration update

object
evidence_extractor_url
required

New base URL of the evidence extractor service or the empty string to use the default.

string
Example generated
{
"evidence_extractor_url": "example"
}

Runtime configuration updated

Invalid evidence extractor URL

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}

Internal error

Media type application/json
object
message
required
string
Example generated
{
"message": "example"
}