Dimension value
Create a dimension value
Create dimension value.
post/dimension/{dimensionId}/value
Path parameters
dimensionIdinteger required
The ID of the dimension.
Request body
Example request
{
"name": "Development",
"nrn": "organization=1:account=2:namespace=3:application=4"
}Response
The operation was successful.
Example response
{
"id": 9876,
"name": "Staging",
"status": "active",
"slug": "staging",
"nrn": "organization=1:account=2:namespace=3:application=4"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.