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
Optionaloptions: 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
Optionaloptions: 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.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsRetrieves a specific pinned link.
Retrieves a specific pinned link.
The pinned link identifier.
Optionaloptions: 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.
Optionaloptions: 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
Optionaloptions: ApiCallOptions
Clears the cache for ui-config api requests.