Update room facilities
documentedUpdate room facilities.
PUT /properties/{propertyId}/rooms/{roomId}Facilities APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://supply-xml.booking.com/facilities-api/properties/{{$propertyId}}/rooms/{{$roomId}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Api-Key: {{BOOKING_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '[{"room_facility_id": {{$room_facility_id}}, "state": "PRESENT"}]'