Podio API Documentation
Contacts: Update contact
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)
}