{
"token": "4187b35a-dc1d-494c-ac94-bb04360a5c84",
"param": {
"attrName": "关联主标签",
"newRelations": [
{
"attrValueName": "套餐1",
"relationOptions": {
"关联副标签--动物": [
"蛇蛇"
],
"关联副标签--植物": [
"杨树"
],
"关联副标签--鲜花": [
"玫瑰"
],
"关联副标签--明星": [
"刘德华"
],
"关联副标签--武将": [
"吕布"
],
"关联副标签--书籍": [
"明朝那些事"
]
}
}
]
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/asset/refresh-relationship' \
--header 'Access-token: a93108c8-006f-41f0-8d10-238f290ab84b' \
--header 'Token-type: bearer' \
--header 'x-asm-prefer-tag: version-env-17' \
--header 'x-asm-prefer-tag;' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "4187b35a-dc1d-494c-ac94-bb04360a5c84",
"param": {
"attrName": "关联主标签",
"newRelations": [
{
"attrValueName": "套餐1",
"relationOptions": {
"关联副标签--动物": [
"蛇蛇"
],
"关联副标签--植物": [
"杨树"
],
"关联副标签--鲜花": [
"玫瑰"
],
"关联副标签--明星": [
"刘德华"
],
"关联副标签--武将": [
"吕布"
],
"关联副标签--书籍": [
"明朝那些事"
]
}
}
]
}
}'
{
"code": "string",
"message": "string",
"result": true
}