[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

Set Parameter

Description

Sets the value of one CM parameter according to value in request.

Request

Request

URL

URL


put
https://{api_host}/v0alpha1/cmdata/{cell_id}/{parameter_name}
Copy

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.


Request Body

Request Body

CMAtom of mimetype application/json Required
Response

Response

Response Body

Response 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

Errors

ProblemDetails
400

Request body is incorrectly formed.


ProblemDetails
404

The requested parameter does not exist.

Code Samples

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
Feedback

Was this page helpful?