cURL
curl --request POST \ --url https://api.qminder.com/v1/users/{id}/lines \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "": { "": { "": [ 123 ] } } } '
"{\n \"statusCode\": 200\n}"
The ID of the User to set the lines for
Show child attributes
200