Podio API Documentation

Forms: Activate form

POST /form/{form_id}/activate

Enables the form with the given id. Only disabled forms can be enabled, which makes it once again possible to create items in the app using the form.

Usage
Ruby Gem
form.rb
Podio::Form.enable( form_id )
Parameters
form_id*
Required.

Sandbox

The sandbox only handles GET operations for now.