---
title: "Update Scanner Information"
method: PUT
path: "/v2/scanners/{scannerId}"
tags: ["Scanners"]
---

# Update Scanner Information

`PUT /v2/scanners/{scannerId}`

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.

## Path parameters

- `scannerId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Request body

- UpdatePassScannerPayload
  - `name` string, nullable
  - `type` 'Browser' | 'PassVerifier' | 'CodeReadr' | 'None'
  - `fullAccess` boolean, nullable
  - `pin` string, nullable
  - `allowedTemplates` PydanticObjectId[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
