links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Home / APIs / REST / RenameTag
 
Description:
This API call renames the given tag.
Required Parameters:
fromTag
Specifies the tag to rename.
toTag
Specifies the new tag name.
Optional Parameters:
none
Example Request
http://www.simpy.com/simpy/api/rest/RenameTag.do?fromTag=New_York&toTag=New+York
Example Response
<?xml version="1.0" encoding="UTF-8"?>

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