POST /api/common_parameters
{
"common_parameter": {
"name": "special_key",
"value": "123"
}
}
201
{
"created_at": "2019-02-20 13:35:08 UTC",
"updated_at": "2019-02-20 13:35:08 UTC",
"hidden_value?": false,
"hidden_value": "*****",
"id": 767575241,
"name": "special_key",
"value": "123"
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
common_parameter required |
Validations:
|
|
common_parameter[name] required |
Validations:
|
|
common_parameter[value] required |
Validations:
|
|
common_parameter[parameter_type] required |
Type of value Validations:
|
|
common_parameter[hidden_value] optional , nil allowed |
Validations:
|