Update all properties of a System Registry Key.
put
                    /learn.rest/v1/systemRegistryKeys/{systemRegistryKey}
Request
Path Parameters
                - 
                    systemRegistryKey: string
                    
                    Name of the system registry key
Value of the key.
                
                
                
                Root Schema : SystemRegistryKeyRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRequest object comprising the value of the key.
    
    
    
    
        Show Source
        - 
            value(optional): 
            string
            Value of the key.
Example:
    
    
{
    "value":"0 or 1"
}Security
                - 
                        auth: basic
                        
                        Type:basicDescription:Basic Authentication
Response
200 Response
Resource updated.
                
                
                    Root Schema : User
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResponse object for system registry.
    
    
    
    
        Show Source
        - 
            category(optional): 
            string
            Category of the key.
- 
            id(optional): 
            string
            Name of the key.
- 
            links(optional): 
            array  links
            
            Array of System Registry links.
- 
            value(optional): 
            string
            Value of the key.
Example:
    
    
{
    "id":"GeneratePassword",
    "value":"1",
    "category":"RestApiSettings",
    "links":[
        {
            "rel":"canonical",
            "href":"https://{url}/learn.rest/v1/systemRegistryKeys/GeneratePassword"
        }
    ]
}Nested Schema : SystemRegistryKeyLinkItems
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/users/456
- 
            rel(optional): 
            string
            Example:canonical
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
404 Response
Resource not found.
                
                
                422 Response
Request may contain validation errors.
                
                
                500 Response
Internal server error.