api: add new edge endpoints
This commit adds 2 more RTQ Query in preparation of porting edge source code to image-builder-frontend
This commit is contained in:
parent
5d6b6dfbfe
commit
1bb7519cc4
3 changed files with 50 additions and 3 deletions
|
|
@ -27,6 +27,8 @@ const config: ConfigFile = {
|
|||
'getImageSetViewByID',
|
||||
'getAllImageSetImagesView',
|
||||
'getImageSetsDevicesByID',
|
||||
'deleteImageSet',
|
||||
'getImageSetImageView',
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -3227,7 +3227,7 @@
|
|||
{
|
||||
"description": "the image set id",
|
||||
"in": "path",
|
||||
"name": "image_set_id",
|
||||
"name": "imageSetID",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
|
|
@ -3236,7 +3236,7 @@
|
|||
{
|
||||
"description": "the image id",
|
||||
"in": "path",
|
||||
"name": "image_id",
|
||||
"name": "imageID",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
|
|
@ -3465,7 +3465,7 @@
|
|||
{
|
||||
"description": "Identifier of the ImageSet",
|
||||
"in": "path",
|
||||
"name": "ImageSetId",
|
||||
"name": "imageSetID",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue