Logo PopinaPopina API

Update location lastUpdateDate

Update the lastUpdateDate in Firebase for the authenticated device's location

PUT/v1/legacy/config/last-update-date
AuthorizationBearer <token>

Please provide your device JWT token in the format 'Bearer '

In: header

lastUpdateDatenumber

Last update date as Unix timestamp in seconds (can include fractional seconds)

Range0 <= value

Response Body

application/json

application/json

application/json

curl -X PUT "http://localhost:4004/v1/legacy/config/last-update-date" \  -H "Content-Type: application/json" \  -d '{    "lastUpdateDate": 0  }'
{
  "status": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}