Update all properties of a user Custom Field.
put
                    /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- 
            defaultValue(optional): 
            string
            Default Value:User custom field default value.Example:n/a
- 
            elementOptions(optional): 
            array  elementOptions
            
            User custom field comprising the element options.
- 
            elementShowSelectOne(optional): 
            boolean
            Default Value:falseUser custom field element show select one.Example:false
- 
            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
Nested Schema : elementOptions
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayUser custom field comprising the element options.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : UserCustomFieldElementOptionsLinkItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            isDefault(optional): 
            boolean
            Example:false
- 
            value(optional): 
            string
            Example:first value
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.