Rename a group using the API interface:
Request Url:
https://api.vmlogin.com/v1/tag/rename?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&name=xxxxxxx&tagId=xxxxxx&orderby=0
Request Type: GET
Name | Type | Description | required |
token | string | Authentication token | true |
name | string | New name of Group | true |
tagId | string | Group ID | true |
orderby | number | The smaller the number, the higher the ranking | false |
Request
{
"token": "66e9f73f3617c6afdc6768f7a61a58ae",
"name": "New name",
"tagId": "348193",
"orderby": 0
}
Note:
(1) For token, please refer to the "View/Modify API Token" tutorial.
(2) For tagId, please refer to the "Get group list using API interface" tutorial.