API Automation

API Rename a Group

API Rename a group:

Request Url:

https://api.xlogin.us/v1/tag/rename?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&name=xxxxxxxx&tagId=xxxxxx

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
namestringNew name of Grouptrue
tagIdstringGroup IDtrue

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "name": "New name",
    "tagId": "655"
}


Note:

1. token: Please refer to the "API Token" tutorial.

2. tagId:  Please refer to the "API Get all group list" tutorial.