Update a Bookmark

put

/api/navigation/Bookmarks/{id}

Updates the properties of an existing bookmark specified by the bookmark ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Bookmark display name
    Example: Display Instances
  • FontAwesome icon class. Icon class for the bookmark link.
    Example: fa-desktop fa x-menu-item-glyph
  • The URL path to the UI to bookmark, without the host name, starting with /#.
    For example, if the URL with the host FQDN is https://<hostFQDN>/#metric/displayInstances, LinkPath would be /#metric/displayInstances.
    Example: /#metric/displayInstances
  • The current logged-in user's ID or a user ID (the issuer must have admin privileges).
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
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
An error.
Back to Top