Skip to main content

Update Booking Participant

PUT 

/booking-participants/:id

Update Booking Participant

Request

Path Parameters

    id stringrequired

Body

    bookingId string

    Booking

    memberId string

    Member

    role string

    Role

    notes string

    Notes

    tripId string

    Trip

    otherMemberId string

    Other Member

Responses

Updated Booking Participant

Schema

    bookingId string

    Booking

    memberId string

    Member

    role string

    Role

    notes string

    Notes

    tripId string

    Trip

    otherMemberId string

    Other Member

Loading...