Podio API Documentation

Files: Update file

PUT /file/{file_id}

Used to update the description of the file.

Usage
Ruby Gem
file_attachment.rb
Podio::FileAttachment.update( id, description )
Parameters
file_id*
Required.
Request { "description": The new description of the file }

Sandbox

The sandbox only handles GET operations for now.