1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +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": [
"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",