Podio API Documentation
Tags: Update tags
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)
]