Authorization: Bearer ********************
{
"principal_type": "work_item",
"principal_id": "5edca524cad2fa1125cb0630",
"comment_id": "59f72dfaeadb5b5197b7da6d",
"title": "这是一个代码片段",
"format": "javascript",
"content": "const a = 'abc';"
}
curl --location --request POST 'https://open.pingcode.com/v1/attachments' \
--header 'Content-Type: application/json' \
--data-raw '{
"principal_type": "work_item",
"principal_id": "5edca524cad2fa1125cb0630",
"comment_id": "59f72dfaeadb5b5197b7da6d",
"title": "这是一个代码片段",
"format": "javascript",
"content": "const a = '\''abc'\'';"
}'
{}