Copenhagen Truck Wash API Help

Edit vehicle

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

PUT /vehicles

Operation

Operation ID: editVehicle

Update fields on an existing vehicle. Permissions: - Own scope: `edit_vehicle` (linked to subuser node `VEHICLES_EDIT`). - Broader scope: `edit_vehicle_other`.

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Parameters

Name

In

Required

Type

Description

no

object

Request Body

Required: yes.

Content type: application/json

{ "properties": { "id": { "type": "integer" }, "reference": { "maxLength": 255, "nullable": true, "type": "string" }, "reg": { "maxLength": 12, "minLength": 2, "type": "string" }, "type": { "type": "integer" }, "wash_subscription": { "type": "boolean" } }, "required": [ "id" ], "type": "object" }

Responses

Status

Description

Content Types

200

Vehicle updated

application/json

400

403

404

Schema for response 200 (application/json):

{}
17 March 2026