Authorization: Bearer ********************{
"module_name": "甘蒙",
"attribute_name": "陆一诺",
"value_scopes": [
{
"label": "voluptate fugiat irure",
"value": "nisi ea reprehenderit"
}
]
}curl --location --request PUT 'https://open.qfei.cn/open-apis/contract/v1/attribute_definition' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"module_name": "甘蒙",
"attribute_name": "陆一诺",
"value_scopes": [
{
"label": "voluptate fugiat irure",
"value": "nisi ea reprehenderit"
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}