Sign in

Add URL to admin favorites (alt.)

documented

Add a backend URL to a user's favorites (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=add_url_to_admin_favorites&url={{$relative_url}}&title={{$title}}&user_id={{$user_id}}&language={{$language}}&api_key={{PLANYO_API_KEY}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"