Sign in

Add resource

documented

Add a new resource by copying an existing one.

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=add_resource" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d 'base_resource_id={{$base_resource_id}}&name={{$name}}&quantity={{$quantity}}&api_key={{PLANYO_API_KEY}}&hash_timestamp={{$HASH_TIMESTAMP}}&hash_key={{$HASH_KEY}}'