Podio API Documentation
Widgets: Update widget
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
}