Update Booking Participant
PUT/booking-participants/:id
Update Booking Participant
Request
Path Parameters
id stringrequired
- application/json
Body
bookingId string
Booking
memberId string
Member
role string
Role
notes string
Notes
tripId string
Trip
otherMemberId string
Other Member
Responses
- 200
Updated Booking Participant
- application/json
- Schema
- Example (from schema)
Schema
bookingId string
Booking
memberId string
Member
role string
Role
notes string
Notes
tripId string
Trip
otherMemberId string
Other Member
{
"bookingId": "string",
"memberId": "string",
"role": "string",
"notes": "string",
"tripId": "string",
"otherMemberId": "string"
}
Loading...