Podio API Documentation
Tags: Create tags
Adds additional tags to the object. If a tag with the same text is already present, the tag will be ignored. Existing tags on the object are preserved.
Usage
- PHP Client
-
PodioTag.php
PodioTag::create( $ref_type, $ref_id, $attributes = array() );
- Ruby Gem
-
tag.rb
Podio::Tag.create( tagable_type, tagable_id, attributes )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Request
[
"{text}": The text of a tag to be added,
... (more texts)
]
Response