v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReservations
Approve Reservation
Approve a pending reservation request. The reservation must be in wait_accept status. This endpoint communicates with the channel to confirm the booking.
post/reservations/{reservation_code}/approve
Path parameters
reservation_codestring required
The code of the reservation.
Response
The reservation has been successfully approved.
Example response
{
"error_msg": "Done."
}