Podio API Documentation
Integrations: Update integration
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)
}
}