Add one or many parameters.
POST {{baseUrl}}/parameters
This endpoint is a mean of storing 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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |