Podio API Documentation
Items: Update item reference
Updates the reference on the item. The reference is in this case the direct reference on an item, only used for internal use cases such as tracking back the original item from which the item was cloned.
Usage
- PHP Client
-
PodioItem.php
PodioItem::update_reference( $item_id, $attributes = array() );
Parameters
- item_id*
- Required.
Request
{
"type": The type of the reference,
"id": The id of the reference
}