Set site custom properties (bulk)
documentedSet multiple site-level properties.
Sitesno 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/" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "method=set_custom_properties&api_key={{PLANYO_API_KEY}}&type={{$type}}&names={{$names}}&a={{$a}}&b={{$b}}"