Update all properties of a System Registry Key.

put

/learn.rest/v1/systemRegistryKeys/{systemRegistryKey}

Request

Path Parameters
Body ()
Value of the key.
Root Schema : SystemRegistryKeyRequest
Type: object
Request object comprising the value of the key.
Show Source
Example:
{
    "value":"0 or 1"
}
Security
Back to Top

Response

200 Response

Resource updated.
Body ()
Root Schema : User
Type: object
Response object for system registry.
Show Source
Example:
{
    "id":"GeneratePassword",
    "value":"1",
    "category":"RestApiSettings",
    "links":[
        {
            "rel":"canonical",
            "href":"https://{url}/learn.rest/v1/systemRegistryKeys/GeneratePassword"
        }
    ]
}
Nested Schema : SystemRegistryKeyLinkItems
Type: object
Show Source
Example:
{
    "rel":"canonical",
    "href":"{url}/learn.rest/v1/users/456"
}

400 Response

Request has incorrect syntax or does not contain a field that is required.

401 Response

Authentication refused for provided credentials or token invalid.
Headers

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top