links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Home / APIs / REST / SplitTag
 
Description:
This API call splits a single tag into two separate tags.
Required Parameters:
tag
Specifies the tag to split.
toTag1
Specifies the first tag to split into.
toTag2
Specifies the second tag to split into.
Optional Parameters:
none
Example Request
http://www.simpy.com/simpy/api/rest/SplitTag.do?tag=webapp&toTag1=web&toTag2=application
Example Response
<?xml version="1.0" encoding="UTF-8"?>

<status>
  <code>0</code>
  <message>Tag split successfully.</message>
</status>
Status Codes
100: Required parameter missing
601: Operation failed
Overview
· Base URL: ...simpy.com/simpy/api/rest