Update plate scanner
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
PUT /numberplatescanners
Operation
Operation ID: updatePlateScanner
Update plate scanner
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"department_id": {
"type": "integer"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
}
},
"required": [
"id",
"department_id",
"name",
"notes"
],
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Plate scanner updated successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026