Set Name

Set trip name

post
Authorizations
AuthenticationstringRequired

Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.

Example of authenticated request

$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Path parameters
uidstringRequired
Body
namestringRequiredExample: trip_ref_01234
Responses
chevron-right
200Success
application/json
uidstring Β· uuidOptional

The trip identifier.

Example: 447521b0-e165-11ea-a488-0242ac110007
namestringOptional

The trip name.

Example: trip_ref_01234
post
/scheduler/trips/{uid}/set-name/
200Success

Last updated

Was this helpful?