Podio API Documentation
Contacts: Update contact field
Updates the given field on the given contact. Updates are currently only allowed from contacts of type "space".
Usage
- PHP Client
-
PodioContact.php
PodioContact::update_field( $profile_id, $key, $attributes = array() );
Parameters
- profile_id*
- Required.
- key*
- Required.
Request
{
"value": The new value for the profile field.
}