Update booking meta data

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
    }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!