Set Parameter
Sets the value of one CM parameter according to value in request.
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
One value for the CM parameter to be set on the cell identified in the request URI. The value can be a string, number, boolean or an array of any one of those.
"CMAtom Object"
One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.
Request body is incorrectly formed.
"ProblemDetails Object"
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.
The requested parameter does not exist.
"ProblemDetails Object"
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"value:"undefined"}' https://{api_host}/v0alpha1/cmdata/{id}/{parameter_name}