Update a Link
put
                    /api/link/Links/{id}
Updates the properties of the link that matches the specified ID.
                Request
Path Parameters
                - 
                    id(required):  integer
                    
                    The link ID.
Supported Media Types
                            - application/json
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    LinkIcon: string
                    
                    
                     
                    
                
                
                The image used to display for the link.Example:fugue/address-book-open.png
- 
                
                    
                    LinkName: string
                    
                    
                     
                    
                
                
                The name of the link.
 To avoid confusion with numeric IDs, the name value cannot be integers only or integers prefixed with the + or - symbols only. It must contain letters or other characters. For example, 1234, +1234, and -1234 are not valid, but US1234, US+1234 and US_1234 are.Example:Unified Assurance Knowledgebase
- 
                
                    
                    LinkPath: string
                    
                    
                     
                    
                
                
                The relative or absolute URL.Example:/vendor/mediawiki/index.php/Main_Page
- 
                
                    
                    LinkTypeID: integer
                    
                    
                     
                    
                
                
                Unique identifier for the type of link. Allowed Values: - 1 => External (the relative or absolute path separate from Unified Assurance) - 2 => Internal (the relative path to Unified Assurance UI packages) - 3 => Embedded (Embed the whole URL into the link and open the link as a side panel. This is useful if the URL has the same domain but falls outside the Unified Assurance document root. E.g. "https:///saml/")Example:1
- 
                
                    
                    OwnerUserGroupID: integer
                    
                    
                     
                    
                
                
                Unique identifier for the user group owner of the link.Example:0
- 
                
                    
                    OwnerUserID: integer
                    
                    
                     
                    
                
                
                The ID of the user that owns the link. This can never be an externally-authenticated transient user. 0 means it is public to all users in the owning group.Example:0
- 
                
                    
                    Viewers: array
                    
                    
                
                
                    Viewers
                
                
                Selection of user groups that have view-only access to link.
Nested Schema : Viewers
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySelection of user groups that have view-only access to link.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    UserGroupID: integer
                    
                    
                     
                    
                
                
                User Group ID
- 
                
                    
                    UserGroupName: string
                    
                    
                     
                    
                
                
                User Group Name
Response
Supported Media Types
                - application/json
200 Response
Successful operation
                            
                            
                                Root Schema : schema
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    
        
    
        
    
    Show Source
    - 
                
                object 
                
                
             SuccessfulUpdateOperation
                
            The response body for a successful update operation.
- 
                
                object 
                
                
             type
                
            
Nested Schema : SuccessfulUpdateOperation
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe response body for a successful update operation.
    
    
    
    
        Show Source
        - 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Updated record
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:true
Nested Schema : type
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    data: array
                    
                    
                
                
                    data
                
                
                The properties of the updated link.
- 
                
                    
                    total: integer
                    
                    
                     
                    
                
                
                The total number of results regardless of paging.Example:1
Nested Schema : linkLinksRead
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    LinkIcon: string
                    
                    
                     
                    
                
                
                The image used to display for the link.Example:fugue/address-book-open.png
- 
                
                    
                    LinkID: integer
                    
                    
                     
                    
                
                
                Link ID specified for individual CRUD operationsExample:1004
- 
                
                    
                    LinkName: string
                    
                    
                     
                    
                
                
                The name for the link.Example:Unified Assurance Knowledgebase
- 
                
                    
                    LinkPath: string
                    
                    
                     
                    
                
                
                The relative or absolute URL.Example:/vendor/mediawiki/index.php/Main_Page
- 
                
                    
                    LinkTypeID: integer
                    
                    
                     
                    
                
                
                Unique identifier for the type of link. Allowed Values: - 1 => External (the relative or absolute path separate from Unified Assurance) - 2 => Internal (the relative path to Unified Assurance UI packages) - 3 => Embedded (Embed the whole URL into the link and open the link as a side panel. This is useful if the URL has the same domain but falls outside the Unified Assurance document root. E.g. "https:///saml/")Example:1
- 
                
                    
                    LinkTypeName: string
                    
                    
                     
                    
                
                
                Name of the link type.Example:External
- 
                
                    
                    OwnerUserGroupID: integer
                    
                    
                     
                    
                
                
                Unique identifier for the user group owner of the link.Example:0
- 
                
                    
                    OwnerUserID: integer
                    
                    
                     
                    
                
                
                The ID of the user that owns the link. This can never be an externally-authenticated transient user. 0 means it is public to all users in the owning group.Example:0
- 
                
                    
                    Viewers: array
                    
                    
                
                
                    Viewers
                
                
                Selection of user groups that have view-only access to link.
Nested Schema : Viewers
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySelection of user groups that have view-only access to link.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    UserGroupID: integer
                    
                    
                     
                    
                
                
                User Group ID
- 
                
                    
                    UserGroupName: string
                    
                    
                     
                    
                
                
                User Group Name
Default Response
Failed operation
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errors: array
                    
                    
                
                
                    errors
                
                
                The list of errors reported. Validation errors will be keyed by record field.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Exception thrown
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:false
Nested Schema : errors
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of errors reported. Validation errors will be keyed by record field.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  items
            
            An error.
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAn error.