Podio API Documentation
Organizations: Update organization
Updates an organization with new name and logo. Note that the URL of the organization will not change even though the name changes.
Usage
- PHP Client
-
PodioOrganization.php
PodioOrganization::update( $org_id, $attributes = array() );
- Ruby Gem
-
organization.rb
Podio::Organization.update( id, attributes )
Parameters
- org_id*
- Required.
Request
{
"name": The name of the new organization,
"url_label": The new subdomain of the URL of the organization, defaults to the existing URL,
"logo": The file id of the logo of the organization
}