Podio API Documentation
Spaces: Update space
Updates the space with the given id
Usage
- PHP Client
-
PodioSpace.php
PodioSpace::update( $space_id, $attributes = array() );
- Ruby Gem
-
space.rb
Podio::Space.update( space_id, attributes )
Parameters
- space_id*
- Required.
Request
{
"name": The name of the space,
"privacy": The privacy level of the space, either "open" or "closed", defaults to "closed",
"auto_join": True if new employees should be joined automatically, false otherwise, defaults to false,
"url_label": The new URL label, if any changes,
"post_on_new_app": True if new apps should be announced with a status update, false otherwise,
"post_on_new_member": True if new members should be announced with a status update, false otherwise
}