Creates a pinned link, which will appear below any existing pinned links in the tenant. Requires calling user to be assigned the TenantAdmin
role. A tenant can have a maximum of 50 pinned links.
Creates one or more pinned links for navigation, an alternative method to multiple calls to /ui-config/pinned-links
. Links are displayed below any existing pinned links, and will be added in the order sent in the request. Requires calling user to be assigned the TenantAdmin
role. A tenant can have a maximum of 50 pinned links.
Deletes all pinned links in the tenant. Requires calling user to be assigned the TenantAdmin
role.
Deletes a specific pinned link. Requires calling user to be assigned the TenantAdmin
role.
Retrieves a specific pinned link.
Retrieves a list of all pinned links. All users can list pinned links. This endpoint does not support pagination as a tenant can have a maximum of 50 pinned links at one time.
Updates a specific pinned link with an array of JSON patches. Requires calling user to be assigned the TenantAdmin
role.
Clears the cache for ui-config api requests.