Podio API Documentation

Applications: Update app description

PUT /app/{app_id}/description

Updates the app with a new description

Parameters
app_id*
Required.
silent

If set to true, the object will not be bumped up in the stream and notifications will not be generated.


Default value: false
Request {
"description": The updated description
}

Sandbox

The sandbox only handles GET operations for now.