{
"body": {
"code": "IC-CHIP-5NM-V2.1",
"blueprints": [
{
"name": "5nm芯片封装设计图_V2.1.dwg",
"url": "https://cad.xxx.com/blueprints/IC-CHIP-5NM-V2.1.dwg",
"size": 5242880,
"type": "2D_BLUEPRINT"
}
]
}
}
curl --location --request POST '/api/open/v3/items/blueprint/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "IC-CHIP-5NM-V2.1",
"blueprints": [
{
"name": "5nm芯片封装设计图_V2.1.dwg",
"url": "https://cad.xxx.com/blueprints/IC-CHIP-5NM-V2.1.dwg",
"size": 5242880,
"type": "2D_BLUEPRINT"
}
]
}
}'
{
"code": 0,
"message": ""
}