Last updated 1 year ago
Constraints to respect in order to enable the ETA:
Empty body
const response = await fetch('https://api.dashdoc.eu/api/v4/sites/{uid}/enable-eta/', { method: 'POST', headers: {}, }); const data = await response.json();
{ "non_field_errors": { "code": [ "invalid" ], "detail": [ "GPS Coordinates are not validated." ] } }