Tag attribute of the Group's response is like this:
tagList": [
{
"tag": "string",
"clazz": "string"
}
]
Literally every other services it is like this:
tagList": [
{
"label": "string",
"clazz": "string"
}
]
Can we rename Group model's tag attribute for consistency (and preventing my auto parsers from crashing)
Tag attribute of the Group's response is like this: tagList": [ { "tag": "string", "clazz": "string" } ] Literally every other services it is like this: tagList": [ { "label": "string", "clazz": "string" } ] Can we rename Group model's tag attribute for consistency (and preventing my auto parsers from crashing)