Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Import scanners.
POST
/backend/v1/scanners/import
Import scanners and scanner packages from a zip file.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
multipart/form-data
Schema
object
file
string
Required
Format
binary
ids
string[]
Required
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"errors"
:
[
{
"details"
:
"string"
,
"message"
:
"string"
,
"path"
:
"string"
}
]
,
"packageIds"
:
[
[
]
]
,
"scannerIds"
:
[
[
]
]
,
"scannerTemplateIds"
:
[
[
]
]
}
POST
/backend/v1/scanners/import
Playground
Server
Select a server...
Authorization
HTTPBearer
Body
file
*
ids
*
Try it out
Samples
Powered by
VitePress OpenAPI