From c1f809f5683e330193cfc84a5936442848c36ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 30 Jan 2023 14:47:34 +0100 Subject: [PATCH] Fix snapshot --- .../__snapshots__/openapi.e2e.test.ts.snap | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/test/e2e/api/openapi/__snapshots__/openapi.e2e.test.ts.snap b/src/test/e2e/api/openapi/__snapshots__/openapi.e2e.test.ts.snap index d180594fc3..9ce9c0fbd4 100644 --- a/src/test/e2e/api/openapi/__snapshots__/openapi.e2e.test.ts.snap +++ b/src/test/e2e/api/openapi/__snapshots__/openapi.e2e.test.ts.snap @@ -7817,7 +7817,7 @@ If the provided project does not exist, the list of events will be empty.", }, }, "tags": [ - "API tokens", + "Personal access tokens", ], }, "post": { @@ -7846,7 +7846,7 @@ If the provided project does not exist, the list of events will be empty.", }, }, "tags": [ - "API tokens", + "Personal access tokens", ], }, }, @@ -7869,7 +7869,7 @@ If the provided project does not exist, the list of events will be empty.", }, }, "tags": [ - "API tokens", + "Personal access tokens", ], }, }, @@ -8266,6 +8266,10 @@ If the provided project does not exist, the list of events will be empty.", "description": "Manage logins, passwords, etc.", "name": "Auth", }, + { + "description": "API for managing [change requests](https://docs.getunleash.io/reference/change-requests).", + "name": "Change Requests", + }, { "description": "Endpoints for [Unleash server-side clients](https://docs.getunleash.io/reference/sdks).", "name": "Client", @@ -8290,6 +8294,10 @@ If the provided project does not exist, the list of events will be empty.", "description": "Create, update, and delete [features toggles](https://docs.getunleash.io/reference/feature-toggles).", "name": "Features", }, + { + "description": "API for connecting client-side (frontend) applications to Unleash.", + "name": "Frontend API", + }, { "description": "[Import and export](https://docs.getunleash.io/deploy/import_export) the state of your Unleash instance.", "name": "Import/Export", @@ -8310,6 +8318,10 @@ If the provided project does not exist, the list of events will be empty.", "description": "Endpoints related to the operational status of this Unleash instance.", "name": "Operational", }, + { + "description": "Create, update, and delete [Personal access tokens](https://docs.getunleash.io/reference/api-tokens-and-client-keys#personal-access-tokens).", + "name": "Personal access tokens", + }, { "description": "Evaluate an Unleash context against your feature toggles.", "name": "Playground",