[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Set Parameter
DescriptionSets the value of one CM parameter according to value in request.
Request
URLURL
https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
Path Parameters
Path Parameters
string
cell_id
Required
The cell global identifier of one cell.
string
parameter_name
Required
The name of the configuration parameter.
Response
Response
Response BodyResponse Body
200 OK
Returns
CMAtom
of type application/json
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.
CMAtomValue
value
Required
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.
Errors
ProblemDetails
400
Request body is incorrectly formed.
ProblemDetails
404
The requested parameter does not exist.
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"value":{}}' https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
On This Page
Cm Write Direct Operations
put