Update references

Update map references

POST https://www.talque.com/webhook/org/<org_id>/map/ref/update

This endpoint must be called after creating or updating the layers and features. It then updates internal caches and cross-references to the map data.

Body

This request has no body, i.e. empty json object {}

Response

{
  "success": true,
  "updatedRooms": 2,
  "updatedVendors": 30
}

Last updated