Sign in

Update widget

documented

Update an existing widget.

POST /api/v1/external/widgets/updateWidgetsno 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://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}}}'
Update widget · CallPage · OpenIntegrations