Update Scanner Information
Scanners
Update Scanner Information
Updates the specified scanner with new data.
Parameters:
scannerId(str): The unique identifier of the scanner to update.data(UpdatePassScannerPayload): The data to update the scanner with.
Returns:
dict: The updated scanner data.
PUT
Update Scanner Information
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Path Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Body
application/json
Response
Successful Response
