Update a Link

put

/api/link/Links/{id}

Updates the properties of the link that matches the specified ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Nested Schema : Viewers
Type: array
Selection of user groups that have view-only access to link.
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Nested Schema : SuccessfulUpdateOperation
Type: object
Show Source
Nested Schema : linkLinksRead
Type: object
Show Source
  • The image used to display for the link.
    Example: fugue/address-book-open.png
  • Link ID specified for individual CRUD operations
    Example: 1004
  • The name for the link.
    Example: Unified Assurance Knowledgebase
  • The relative or absolute URL.
    Example: /vendor/mediawiki/index.php/Main_Page
  • 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 OUCA document root. E.g. "https:///saml/")
    Example: 1
  • Name of the link type.
    Example: External
  • Unique identifier for the user group owner of the link.
    Example: 0
  • Unique identifier for the user owner of the link.
    Example: 0
  • Viewers
    Selection of user groups that have view-only access to link.
Nested Schema : Viewers
Type: array
Selection of user groups that have view-only access to link.
Show Source
Nested Schema : items
Type: object
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top