Update property facilities
documentedUpdate property facilities.
PUT /properties/{propertyId}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}}" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '[{"facility_id": {{$facility_id_1}}, "state": "{{$state1}}"}, {"facility_id": {{$facility_id_2}}, "state": "{{$state2}}"}]'