Update widget
documentedUpdate an existing widget.
POST /api/v1/external/widgets/updateWidgetsno 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://core.callpage.io/api/v1/external/widgets/update" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"id": {{$id}}, "url": "{{$url}}", "description": "{{$description}}", "locale_code": "{{$locale_code}}", "enabled": {{$enabled}}}'