Podio API Documentation

Integrations: Update integration mapping

PUT /integration/{app_id}/mapping

Updates the mapping between the fields of the app and the fields available from the integration.

Usage
Ruby Gem
integration.rb
Podio::Integration.update_mapping( app_id, attributes )
Parameters
app_id*
Required.
Request { "{field_id}": The external id for the given field_id, ... (more fields) }

Sandbox

The sandbox only handles GET operations for now.