Room block protection
Stay-to-Play Event Status
Update the status for the stay-to-play event
AuthorizationBasic <token>
Authorization header with value of Basic <auth string> where the auth string value
is a base64 encoded string of <client id>:<client secret>
In: header
Path Parameters
eventIdstring
Format
uuidpartner_id?string
enabled?boolean
Response Body
application/json
curl -X PUT "https://api.verticalinsure.com/v1/products/stay-to-play/events/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"partner_id": "string",
"enabled": true
}