Modify resource
documentedModify an existing resource.
Resourcesno 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=modify_resource" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"method":"modify_resource","api_key":"{{PLANYO_API_KEY}}","resource_id":{{$resource_id}},"name":"{{$name}}","description":"{{$description}}","quantity":{{$quantity}},"min_rental_time":{{$min_rental_time}},"max_rental_time":{{$max_rental_time}},"predefined_durations":"{{$predefined_durations}}","available_from":{{$available_from}},"available_until":{{$available_until}},"start_times":"{{$start_times}}","confirmation_method":{{$confirmation_method}},"min_time_between_rentals":{{$min_time_between_rentals}},"min_hours_to_rental":{{$min_hours_to_rental}},"max_days_to_rental":{{$max_days_to_rental}},"start_quarters":"{{$start_quarters}}","currency":"{{$currency}}","default_price":"{{$default_price}}","default_price_type":{{$default_price_type}},"event_dates":"{{$event_dates}}","is_overnight_stay":{{$is_overnight_stay}},"prepayment_amount":"{{$prepayment_amount}}","is_published":{{$is_published}},"is_listed":{{$is_listed}},"prop_res_city":"{{$prop_res_city}}","language":"{{$language}}","hash_timestamp":{{$hash_timestamp}},"hash_key":"{{$hash_key}}"}'