Podio API Documentation
App market: Update share
Updates the share with changes to abstract, description, etc.
Usage
- Ruby Gem
-
app_store_share.rb
Podio::AppStoreShare.update( id, attributes )
Parameters
- share_id*
- Required.
Request
{
"name": The name of the share, only valid if the share is a space,
"abstract": The abstract of the share,
"description": The description of the share,
"language": The language the share is written in,
"category_ids": The ids of the categories the share should be placed in,
"file_ids": The file ids to use as screenshots for the share,
"video": The youtube id of a introduction video, if any
}