Last updated 1 year ago
Was this helpful?
Mark the dock site activity as loaded by dock
Observations by the dock during the loading operation
curl -L \ --request POST \ --url 'https://api.dashdoc.eu/api/v4/dock-activities/{uid}/mark-loaded-by-dock/' \ --header 'Authentication: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "observations": "text" }'
No body