Sign in

Set site custom property (alt.)

documented

Set a site-level custom property (alt.).

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=set_custom_property&api_key={{PLANYO_API_KEY}}&type={{$type}}&names={{$prop_name}}&{{$prop_name}}={{$prop_value}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"