Clears the cache for ui-config api requests.
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 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.
an object with the body content
Optional
options: ApiCallOptionsCreates 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.
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.
an object with the body content
Optional
options: ApiCallOptionsDeletes all pinned links in the tenant. Requires calling user to be assigned the TenantAdmin
role.
Deletes all pinned links in the tenant. Requires calling user to be assigned the TenantAdmin
role.
Optional
options: ApiCallOptionsDeletes a specific pinned link. Requires calling user to be assigned the TenantAdmin
role.
Deletes a specific pinned link. Requires calling user to be assigned the TenantAdmin
role.
The pinned link identifier.
Optional
options: ApiCallOptionsRetrieves a specific pinned link.
Retrieves a specific pinned link.
The pinned link identifier.
Optional
options: ApiCallOptionsRetrieves 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.
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.
Optional
options: ApiCallOptionsUpdates a specific pinned link with an array of JSON patches. Requires calling user to be assigned the TenantAdmin
role.
Updates a specific pinned link with an array of JSON patches. Requires calling user to be assigned the TenantAdmin
role.
The pinned link identifier.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for ui-config api requests.