Set Name
Authorizations
Path parameters
uidstringRequired
Body
namestringRequiredExample:
trip_ref_01234
Responses
200Success
application/json
post
POST /api/v4/scheduler/trips/{uid}/set-name/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"name": "trip_ref_01234"
}
200Success
{
"uid": "447521b0-e165-11ea-a488-0242ac110007",
"name": "trip_ref_01234"
}
Last updated
Was this helpful?