Podio API Documentation

Applications: Update app order

PUT /app/space/{space_id}/order

Updates the order of the apps on the space. It should post all the apps from the space in the order required.

Usage
PHP Client
PodioApp.php
PodioApp::update_org( $space_id, $attributes = array() );
Ruby Gem
application.rb
Podio::Application.update_order( space_id, app_ids = [] )
Parameters
space_id*
Required.
Request [ {app_id}, ... more (app ids) ]

Sandbox

The sandbox only handles GET operations for now.