cURL
curl --request POST \ --url https://api.qminder.com/v1/lines/{id} \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "name": "My New Cool Line", "color": "#f012be" } '
"{\n \"statusCode\": 200\n}"
ID of a Line
The name of the Line. The maximum length is 30 characters.
The color of the Line. The hexadecimal color code.
200