Update device
documentedUpdate an existing Device resource by id.
POST /devices/{id}Devicesno implementation yet0 runsNo 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://api.usecopper.com/next/devices/{{$id}}" \
-X POST \
-u {{COPPER_API_KEY}}: \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"label": "{{$label}}", "metadata": {{$metadata}}}'