Skip to main content
POST
/
api
/
v1
/
config
cURL
curl --request POST \
  --url http://localhost:52000/api/v1/config \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>",
  "value": "<string>"
}
'

Body

application/json
key
string
required
Minimum string length: 1
value
string
required
Minimum string length: 1

Response

204

No Content