Mark Loaded By Dock

Beta: Mark loaded by dock

post

Mark the dock site activity as loaded by dock

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
observationsstringOptional

Observations by the dock during the loading operation

Responses
chevron-right
200

Mark loaded by dock successful

No content

post
/dock-activities/{uid}/mark-loaded-by-dock/
200

Mark loaded by dock successful

No content

Last updated

Was this helpful?