username:passwordAuthorization: Basic *****************{
"name": "附件上传",
"key": "attachment",
"type": 12,
"description": "上传相关附件",
"extraConfig": {
"maxUpload": 5,
"maxFileSize": 15,
"popover_tip": "支持 jpg/png/pdf,单文件不超过 15MB"
}
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=ticket' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "附件上传",
"key": "attachment",
"type": 12,
"description": "上传相关附件",
"extraConfig": {
"maxUpload": 5,
"maxFileSize": 15,
"popover_tip": "支持 jpg/png/pdf,单文件不超过 15MB"
}
}'{}