links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Home / APIs / REST / MergeTags
 
Description:
This API call merges two tags into a new tag.
Required Parameters:
fromTag1
Specifies the first tag to merge.
fromTag2
Specifies the second tag to merge.
toTag
Specifies the tag to merge the two tags into.
Optional Parameters:
none
Example Request
http://www.simpy.com/simpy/api/rest/MergeTags.do?fromTag1=mac&fromTag2=macintosh&toTag=OSX
Example Response
<?xml version="1.0" encoding="UTF-8"?>

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