Podio API Documentation

Contacts: Update contact

This operation is deprecated and will be removed soon.
PUT /contact/{profile_id}

Updates the contact with the given profile id. It is currently only possible to update contacts of type "space".

Usage
PHP Client
PodioContact.php
PodioContact::update( $profile_id, $attributes = array() );
Ruby Gem
profile.rb
Podio::Profile.update_contact( profile_id, attributes )
Parameters
profile_id*
Required.
Request { "{field}": The value or list of values for the given field. For a list of fields see the contact area, ... (more fields) }

Sandbox

The sandbox only handles GET operations for now.