Podio API Documentation

Integrations: Update integration

PUT /integration/{app_id}

Updates the configuration of the integration. The configuration depends on the type of integration.

Usage
PHP Client
PodioIntegration.php
PodioIntegration::update( $app_id, $attributes = array() );
Ruby Gem
integration.rb
Podio::Integration.update( app_id, attributes )
Parameters
app_id*
Required.
Request { "silent": True if updates should be silent, false otherwise, "config": The configuration of the integration, which depends on the type of integration { ... (properties) } }

Sandbox

The sandbox only handles GET operations for now.