Add
Add existing tags (by pk) to a transport.
This endpoint is idempotent - adding a tag that is already assigned will succeed silently.
If a tag being added belongs to a tag group, and the transport already has another tag from the same group, the old tag will be replaced by the new one (only one tag per group allowed).
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/"
The unique identifier of the transport
The primary key of an existing tag to add
1Tags added successfully. Returns the updated list of tags on the transport.
Invalid request - one or more tag PKs do not exist or do not belong to your company
Transport not found or not accessible
Last updated
Was this helpful?