Podio API Documentation

Widgets: Update widget

PUT /widget/{widget_id}

Updates a widget with a new title and configuration.

Usage
Ruby Gem
widget.rb
Podio::Widget.update( id, attributes )
Parameters
widget_id*
Required.
Request { "title": The new title of the widget, "config": The new configuration, see the area for possible options }

Sandbox

The sandbox only handles GET operations for now.