put https://api.timekit.io/v2/bookings//
Update meta data related to a given booking.
If you have added any meta data to a booking and during the lifespan of a booking you need to update any of there meta data you can use this endpoint.
You remove any meta data by setting it to null
, like this:
{
"meta":{
"external_id": null
}
}