Parameter
Update a parameter
Updates a field of a parameter. Replacing a field doesn't affect the underlying parameter values.
patch/parameter/{id}
Path parameters
idstring required
The ID of the parameter.
Request body
Response
The operation was successful.
Example response
{
"id": 1234,
"name": "Pool Size",
"nrn": "organization=1:account=2:namespace=3:application=4",
"type": "environment",
"encoding": "plaintext",
"version_id": 12341234,
"values": [
{
"id": 1234,
"nrn": "organization=1:account=2:namespace=3:application=4",
"created_at": "2021-01-02T00:00:00Z",
"value": "200",
"external": {
"id": "external_id_123",
"engine": "hcp_vault"
},
"dimensions": {
"environment": "development",
"country": "US"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.