Update subset of properties of a userCustomField
patch
                    /learn.rest/v1/learnCenters/{learnCenterId}/userCustomFields/{userCustomFieldId}
Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    learnCenterId: number
                    
                    Unique identifier of a LearnCenter.
- 
                    userCustomFieldId: number
                    
                    Unique identifier of a User Custom Field definition.
Custom field object that needs to be updated.
                
                
                
                Root Schema : User Custom Fields
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            elementType: 
            string
            Default Value:textboxUser custom field element type.Example:radio
- 
            name: 
            string
            User custom field name.Example:User Custom Field 102
- sharedFlag(optional): boolean
- 
            status(optional): 
            string
            Default Value:activeAllowed Values:[ "active", "inactive" ]User custom field status.Example:active
Security
                - 
                        auth: basic
                        
                        Type:basicDescription:Basic Authentication
Response
Supported Media Types
                - application/xml
- application/json
200 Response
Resource updated.
                
                
                400 Response
Request has incorrect syntax or does not contain a field that is required.
                
                
                401 Response
404 Response
Resource not found.
                
                
                500 Response
Internal server error.