Podio API Documentation

Items: Revert item revision

DELETE /item/{item_id}/revision/{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 }

Sandbox

The sandbox only handles GET operations for now.