Admin UI
Configuration for the Unleash Admin UI. These endpoints should not be relied upon and can change at any point without prior notice.
๐๏ธ Send Unleash feedback
Sends feedback gathered from the Unleash UI to the Unleash server. Must be called with a token with an identifiable user (either from being sent from the UI or from using a [PAT](https://docs.getunleash.io/reference/api-tokens-and-client-keys#personal-access-tokens)).
๐๏ธ Get UI configuration
Retrieves the full configuration used to set up the Unleash Admin UI.
๐๏ธ Set UI configuration
Sets the UI configuration for this Unleash instance.
๐๏ธ Update Unleash feedback
Updates the feedback with the provided ID. Only provided fields are updated. Fields left out are left untouched. Must be called with a token with an identifiable user (either from being sent from the UI or from using a [PAT](https://docs.getunleash.io/reference/api-tokens-and-client-keys#personal-access-tokens)).
๐๏ธ Update splash settings
This operation updates splash settings for a user, indicating that they have seen a particualar splash screen.
๐๏ธ Accepts errors from the UI client
This endpoint accepts error reports from the UI client, so that we can add observability on UI errors.