1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: update open api snapshot (#1560)

This commit is contained in:
Nuno Góis 2022-05-04 13:54:26 +01:00 committed by GitHub
parent 7e938a21b4
commit 61e9588bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,36 @@ Object {
],
},
},
"/api/admin/archive/features/{projectId}": Object {
"get": Object {
"deprecated": true,
"parameters": Array [
Object {
"in": "path",
"name": "projectId",
"required": true,
"schema": Object {
"type": "string",
},
},
],
"responses": Object {
"200": Object {
"content": Object {
"application/json": Object {
"schema": Object {
"$ref": "#/components/schemas/featuresSchema",
},
},
},
"description": "featuresResponse",
},
},
"tags": Array [
"admin",
],
},
},
"/api/admin/features/": Object {
"get": Object {
"deprecated": true,