Parameter
Create multiple parameter values
Create multiple application or scope parameter values.
post/parameter/{id}/values
Path parameters
idstring required
The ID of the parameter.
Request body
Example request
{
"origin_version": 1,
"values": [
{
"nrn": "organization=1:account=2:namespace=3:application=4:scope=5",
"value": "200",
"dimensions": {
"environment": "development",
"country": "US"
}
}
]
}Response
The operation was successful.
Example response
{
"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.