Authorization: Bearer ********************
{
"work_item_id": "63761fee31caaf77189816b4",
"name": "工作项交付目标",
"content_type": "link",
"content": {
"name": "PingCode",
"href": "https://www.pingcode.com"
}
}
curl --location --request POST 'https://open.pingcode.com/v1/project/deliverables' \
--header 'Content-Type: application/json' \
--data-raw '{
"work_item_id": "63761fee31caaf77189816b4",
"name": "工作项交付目标",
"content_type": "link",
"content": {
"name": "PingCode",
"href": "https://www.pingcode.com"
}
}'
{}