Add site
documentedAdd a new site to your metasite.
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/?method=add_site" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'base_site_id={{$base_site_id}}&admin_id={{$admin_id}}&name={{$name}}&is_commission_based={{$is_commission_based}}©_resources={{$copy_resources}}&payment_account_id={{$payment_account_id}}&generate_api_key={{$generate_api_key}}&moderator_id={{$moderator_id}}©_published_resources_only={{$copy_published_resources_only}}&method=add_site&api_key={{PLANYO_API_KEY}}&language={{$language}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}'