Update a parameter.

PUT {{baseUrl}}/parameters

This endpoint is a mean of updating and retrieving parameters in the database in the form of keys and values.

Request Body

{"random.parameter.one"=>8, "random.parameter.three"=>true, "random.parameter.two"=>"string"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring