The update command modifies the configuration of a Security Scanner service.

JSON Input Data Format
{
    "id": string,
    "name": string,
    "url": string
}
id * Specifies the ID of the Security Scanner.
name * Specifies the name for the scanner, which can be any name.
url * Specifies the URL to be scanned. The scanner will execute up to 30,000 requests using various attack methods and vulnerability tests.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}