Podio API Documentation

Tags: Update tags

PUT /tag/{ref_type}/{ref_id}/

Updates the tags on the given object. Existing tags on the object will be overwritten. Use Create Tags operation to preserve existing tags.

Usage
PHP Client
PodioTag.php
PodioTag::update( $ref_type, $ref_id, $attributes = array() );
Ruby Gem
tag.rb
Podio::Tag.update( tagable_type, tagable_id, attributes )
Parameters
ref_type*
Required.
ref_id*
Required.
Request [ "{text}": The text of a tag to be added, ... (more texts) ]

 

Sandbox

The sandbox only handles GET operations for now.