Last updated 9 months ago
Was this helpful?
/scheduler/trips/{uid}/set-name/
trip_ref_01234
curl -L \ --request POST \ --url 'https://api.dashdoc.eu/api/v4/scheduler/trips/{uid}/set-name/' \ --header 'Authentication: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"name":"trip_ref_01234"}'
{ "uid": "447521b0-e165-11ea-a488-0242ac110007", "name": "trip_ref_01234" }