1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

Fix snapshot

This commit is contained in:
Gastón Fournier 2023-01-30 14:47:34 +01:00
parent f290c593b5
commit c1f809f568
No known key found for this signature in database
GPG Key ID: BC3E6CD5E81633B8

View File

@ -7817,7 +7817,7 @@ If the provided project does not exist, the list of events will be empty.",
}, },
}, },
"tags": [ "tags": [
"API tokens", "Personal access tokens",
], ],
}, },
"post": { "post": {
@ -7846,7 +7846,7 @@ If the provided project does not exist, the list of events will be empty.",
}, },
}, },
"tags": [ "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": [ "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.", "description": "Manage logins, passwords, etc.",
"name": "Auth", "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).", "description": "Endpoints for [Unleash server-side clients](https://docs.getunleash.io/reference/sdks).",
"name": "Client", "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).", "description": "Create, update, and delete [features toggles](https://docs.getunleash.io/reference/feature-toggles).",
"name": "Features", "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.", "description": "[Import and export](https://docs.getunleash.io/deploy/import_export) the state of your Unleash instance.",
"name": "Import/Export", "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.", "description": "Endpoints related to the operational status of this Unleash instance.",
"name": "Operational", "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.", "description": "Evaluate an Unleash context against your feature toggles.",
"name": "Playground", "name": "Playground",