Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Update scan preservation.
PATCH
/backend/v1/scans/{scanRequestId}
Updates a scan request by ID, marking it as preserved.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
scanRequestId
*
Type
string
Required
format
uuid
Request Body
application/json
Schema
JSON
JSON
{
"preserve"
:
true
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/scans/{scanRequestId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
scanRequestId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI