POST /api/common_parameters { "common_parameter": { "name": "special_key", "value": "123" } } 201 { "created_at": "2020-05-20 13:24:04 UTC", "updated_at": "2020-05-20 13:24:04 UTC", "hidden_value?": false, "hidden_value": "*****", "id": 767575239, "name": "special_key", "parameter_type": "string", "value": "123" }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request 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:
|