• Getting Started
  • Browser Configuration
  • Proxy Setting
  • Advanced Setting
  • Video Tutorial
  • FAQ
  • API

Rename A Group

A brief description
  • without
request URL
  • {{url}}/v1/tag/rename
request method
  • get
Request Query parameter
ParameterExample ValueRequiredTypeDescription
tokenYesstringauthentication token
tagIdYesstringgroup id
nameYesstringnew name for the group
Example of successful return
{
  "data": {
    "tagId": "1024"
  },
  "code": 0,
  "msg": "OK"
}
Parameter description of the successful return example
ParameterTypeDescription
tagIdstringgroup id
codeint0: Successful; not 0: failed
Failure return example
{
  "data": {},
  "code": 416,
  "msg": "Name already exists"
}
Remark

If you update a record whose ID does not exist, the interface will not return an error, so it is inaccurate to judge the update status based on the returned code.

get free trial

We Offer 3-Day Free Trial for All New Users

No Limitations in Features

By clicking "accept", you agree to use Cookies to optimize the information presented to you, and analyze the traffic of our website.
If you want to opt out of our cookies, please read our Cookie Policy for your guidance.