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:
parent
7e938a21b4
commit
61e9588bb0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user