Skip to main content

CreatelockConfiguration

To lock a configuration

Responses

Success


Schema
  • errorCode int32
  • errorMessage string

    Tells about the error occured

  • warningCode int32
  • warningMessage string

    Tells about the warning occured

PUT /v4/mmconfiguration/lock    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X PUT 'https://localhost/webconsole/api/V4/MMConfiguration/Lock' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'