Copenhagen Truck Wash API Help

Update self-serve question

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

PUT /department/selfserve/questions

Operation

Operation ID: updateSelfserveQuestion

Update an existing self-serve question.

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Parameters

Name

In

Required

Type

Description

id

query

yes

integer

Question ID

Request Body

Required: no.

Content type: application/json

{ "properties": { "condition_id": { "nullable": true, "type": "integer" }, "department": { "type": "integer" }, "description": { "type": "string" }, "lane": { "type": "integer" }, "order_priority": { "type": "integer" }, "product": { "type": "integer" }, "question": { "type": "string" } }, "type": "object" }

Responses

Status

Description

Content Types

200

Successfully updated question

application/json

400

404

Schema for response 200 (application/json):

{ "$ref": "#/components/schemas/DepartmentSelfserveQuestion" }
17 March 2026