Sign in

Set resource availability

documented

Bulk set availability for a number of days.

Availabilityno implementation yet0 runs
No 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://www.planyo.com/rest/?method=set_resource_availability" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "resource_id={{resource_id}}&time{{$date1}}={{$availability}}&update_channels={{update_channels}}&method=set_resource_availability&api_key={{PLANYO_API_KEY}}&hash_timestamp={{hash_timestamp}}&hash_key={{hash_key}}"
Set resource availability · planyo · OpenIntegrations