v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReservations
Add Tag
Add a tag to a reservation. If the tag does not exist, it will be created automatically.
post/reservations/{stay_code}/tags
Path parameters
stay_codestring required
The code of the stay.
Request body
Response
The tag has been successfully added to the reservation.
Example response
{
"error_msg": "Done."
}