Podio API Documentation
Items: Revert item revision
Reverts the change done in the given revision. This restores the changes done between the given revision and the previous revision, overwriting any changes done on the same fields after the revision.
Usage
- PHP Client
-
PodioItemDiff.php
PodioItemDiff::revert( $item_id, $revision_id );
- Ruby Gem
-
item_diff.rb
Podio::ItemDiff.revert( item_id, revision_id )
Parameters
- item_id*
- Required.
- revision*
- Required.
Response
{
"revision": The id of the new revision
}