Podio API Documentation
Applications: Update app 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)
]