change
Tag
Name
@PatchMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + CHANGE_TAG_NAME_ENDPOINT",
headers = []
)
Method to change the tag name of the user
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
payload
Payload of the request
{
"tag_na,e": "the new tag name of the user" -> [String]
}
Content copied to clipboard