1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/website/docs/reference/api/unleash/sidebar.js
Fredrik Oseberg be03a2422e docs/adrs
2022-10-05 10:29:33 +02:00

1 line
16 KiB
JavaScript

module.exports = [{"type":"category","label":"Addons","link":{"type":"doc","id":"reference/api/unleash/addons"},"items":[{"type":"doc","id":"reference/api/unleash/get-addons","label":"getAddons","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-addon","label":"createAddon","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-addon","label":"getAddon","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-addon","label":"updateAddon","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/delete-addon","label":"deleteAddon","className":"api-method delete"}]},{"type":"category","label":"Admin UI","link":{"type":"doc","id":"reference/api/unleash/admin-ui"},"items":[{"type":"doc","id":"reference/api/unleash/get-ui-config","label":"getUiConfig","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/set-ui-config","label":"setUiConfig","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/create-feedback","label":"createFeedback","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/update-feedback","label":"updateFeedback","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/update-splash-settings","label":"updateSplashSettings","className":"api-method post"}]},{"type":"category","label":"API tokens","link":{"type":"doc","id":"reference/api/unleash/api-tokens"},"items":[{"type":"doc","id":"reference/api/unleash/get-all-api-tokens","label":"getAllApiTokens","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-api-token","label":"createApiToken","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/update-api-token","label":"updateApiToken","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/delete-api-token","label":"deleteApiToken","className":"api-method delete"}]},{"type":"category","label":"Archive","link":{"type":"doc","id":"reference/api/unleash/archive"},"items":[{"type":"doc","id":"reference/api/unleash/get-archived-features","label":"getArchivedFeatures","className":"menu__list-item--deprecated api-method get"},{"type":"doc","id":"reference/api/unleash/get-archived-features-by-project-id","label":"getArchivedFeaturesByProjectId","className":"menu__list-item--deprecated api-method get"},{"type":"doc","id":"reference/api/unleash/delete-feature","label":"deleteFeature","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/revive-feature","label":"reviveFeature","className":"api-method post"}]},{"type":"category","label":"Auth","link":{"type":"doc","id":"reference/api/unleash/auth"},"items":[{"type":"doc","id":"reference/api/unleash/login","label":"login","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/validate-token","label":"validateToken","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/change-password","label":"changePassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/validate-password","label":"validatePassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/send-reset-password-email","label":"sendResetPasswordEmail","className":"api-method post"}]},{"type":"category","label":"Client","link":{"type":"doc","id":"reference/api/unleash/client"},"items":[{"type":"doc","id":"reference/api/unleash/get-client-feature","label":"getClientFeature","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-all-client-features","label":"getAllClientFeatures","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/register-client-metrics","label":"registerClientMetrics","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/register-client-application","label":"registerClientApplication","className":"api-method post"}]},{"type":"category","label":"Context","link":{"type":"doc","id":"reference/api/unleash/context"},"items":[{"type":"doc","id":"reference/api/unleash/get-context-fields","label":"getContextFields","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-context-field","label":"createContextField","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-context-field","label":"getContextField","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-context-field","label":"updateContextField","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/delete-context-field","label":"deleteContextField","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/validate","label":"validate","className":"api-method post"}]},{"type":"category","label":"Edge","link":{"type":"doc","id":"reference/api/unleash/edge"},"items":[{"type":"doc","id":"reference/api/unleash/get-valid-tokens","label":"getValidTokens","className":"api-method post"}]},{"type":"category","label":"Environments","link":{"type":"doc","id":"reference/api/unleash/environments"},"items":[{"type":"doc","id":"reference/api/unleash/get-all-environments","label":"getAllEnvironments","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-environment","label":"getEnvironment","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-sort-order","label":"updateSortOrder","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/toggle-environment-on","label":"toggleEnvironmentOn","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/toggle-environment-off","label":"toggleEnvironmentOff","className":"api-method post"}]},{"type":"category","label":"Events","link":{"type":"doc","id":"reference/api/unleash/events"},"items":[{"type":"doc","id":"reference/api/unleash/get-events","label":"Get the most recent events from the Unleash instance or all events related to a project.","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-events-for-toggle","label":"Get all events related to a specific feature toggle.","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/search-events","label":"searchEvents","className":"api-method post"}]},{"type":"category","label":"Features","link":{"type":"doc","id":"reference/api/unleash/features"},"items":[{"type":"doc","id":"reference/api/unleash/get-all-toggles","label":"getAllToggles","className":"menu__list-item--deprecated api-method get"},{"type":"doc","id":"reference/api/unleash/validate-feature","label":"validateFeature","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/list-tags","label":"listTags","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/add-tag","label":"addTag","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/remove-tag","label":"removeTag","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/get-all-feature-types","label":"getAllFeatureTypes","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-feature-environment","label":"getFeatureEnvironment","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/toggle-feature-environment-off","label":"toggleFeatureEnvironmentOff","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/toggle-feature-environment-on","label":"toggleFeatureEnvironmentOn","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-feature-strategies","label":"getFeatureStrategies","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/add-feature-strategy","label":"addFeatureStrategy","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-feature-strategy","label":"getFeatureStrategy","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-feature-strategy","label":"updateFeatureStrategy","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/patch-feature-strategy","label":"patchFeatureStrategy","className":"api-method patch"},{"type":"doc","id":"reference/api/unleash/delete-feature-strategy","label":"deleteFeatureStrategy","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/set-strategy-sort-order","label":"setStrategySortOrder","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-features","label":"getFeatures","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-feature","label":"createFeature","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/clone-feature","label":"cloneFeature","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-feature","label":"getFeature","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-feature","label":"updateFeature","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/patch-feature","label":"patchFeature","className":"api-method patch"},{"type":"doc","id":"reference/api/unleash/archive-feature","label":"archiveFeature","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/get-feature-variants","label":"getFeatureVariants","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/patch-feature-variants","label":"patchFeatureVariants","className":"api-method patch"},{"type":"doc","id":"reference/api/unleash/overwrite-feature-variants","label":"overwriteFeatureVariants","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/validate-constraint","label":"validateConstraint","className":"api-method post"}]},{"type":"category","label":"Import/Export","link":{"type":"doc","id":"reference/api/unleash/import-export"},"items":[{"type":"doc","id":"reference/api/unleash/import","label":"import","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/export","label":"export","className":"api-method get"}]},{"type":"category","label":"Metrics","link":{"type":"doc","id":"reference/api/unleash/metrics"},"items":[{"type":"doc","id":"reference/api/unleash/create-application","label":"createApplication","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/delete-application","label":"deleteApplication","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/get-application","label":"getApplication","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-applications","label":"getApplications","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-raw-feature-metrics","label":"getRawFeatureMetrics","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-feature-usage-summary","label":"getFeatureUsageSummary","className":"api-method get"}]},{"type":"category","label":"Operational","link":{"type":"doc","id":"reference/api/unleash/operational"},"items":[{"type":"doc","id":"reference/api/unleash/get-health","label":"getHealth","className":"api-method get"}]},{"type":"category","label":"Playground","link":{"type":"doc","id":"reference/api/unleash/playground"},"items":[{"type":"doc","id":"reference/api/unleash/get-playground","label":"Evaluate an Unleash context against a set of environments and projects.","className":"api-method post"}]},{"type":"category","label":"Projects","link":{"type":"doc","id":"reference/api/unleash/projects"},"items":[{"type":"doc","id":"reference/api/unleash/get-projects","label":"getProjects","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-project-health-overview","label":"getProjectHealthOverview","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/add-environment-to-project","label":"addEnvironmentToProject","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/remove-environment-from-project","label":"removeEnvironmentFromProject","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/get-project-health-report","label":"getProjectHealthReport","className":"api-method get"}]},{"type":"category","label":"Strategies","link":{"type":"doc","id":"reference/api/unleash/strategies"},"items":[{"type":"doc","id":"reference/api/unleash/get-all-strategies","label":"getAllStrategies","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-strategy","label":"createStrategy","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-strategy","label":"getStrategy","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/remove-strategy","label":"removeStrategy","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/update-strategy","label":"updateStrategy","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/deprecate-strategy","label":"deprecateStrategy","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/reactivate-strategy","label":"reactivateStrategy","className":"api-method post"}]},{"type":"category","label":"Tags","link":{"type":"doc","id":"reference/api/unleash/tags"},"items":[{"type":"doc","id":"reference/api/unleash/get-tags","label":"getTags","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-tag","label":"createTag","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-tags-by-type","label":"getTagsByType","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-tag","label":"getTag","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/delete-tag","label":"deleteTag","className":"api-method delete"},{"type":"doc","id":"reference/api/unleash/get-tag-types","label":"getTagTypes","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-tag-type","label":"createTagType","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/validate-tag-type","label":"validateTagType","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-tag-type","label":"getTagType","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-tag-type","label":"updateTagType","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/delete-tag-type","label":"deleteTagType","className":"api-method delete"}]},{"type":"category","label":"Unstable","link":{"type":"doc","id":"reference/api/unleash/unstable"},"items":[{"type":"doc","id":"reference/api/unleash/get-frontend-features","label":"getFrontendFeatures","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/register-frontend-metrics","label":"registerFrontendMetrics","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/register-frontend-client","label":"registerFrontendClient","className":"api-method post"}]},{"type":"category","label":"Users","link":{"type":"doc","id":"reference/api/unleash/users"},"items":[{"type":"doc","id":"reference/api/unleash/get-me","label":"getMe","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/change-my-password","label":"changeMyPassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/validate-user-password","label":"validateUserPassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/change-user-password","label":"changeUserPassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/reset-user-password","label":"resetUserPassword","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/get-users","label":"getUsers","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/create-user","label":"createUser","className":"api-method post"},{"type":"doc","id":"reference/api/unleash/search-users","label":"searchUsers","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-base-users-and-groups","label":"getBaseUsersAndGroups","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/get-user","label":"getUser","className":"api-method get"},{"type":"doc","id":"reference/api/unleash/update-user","label":"updateUser","className":"api-method put"},{"type":"doc","id":"reference/api/unleash/delete-user","label":"deleteUser","className":"api-method delete"}]}];