建立規格
在此情境中,您使用 Talend API 來建立規格,以提升專案品質。
關於此作業
以下是關於 API 呼叫的一些詳細資料:
Method: POST
endpoint: api/v1/projects/quality/specifications
payload:[
{
"name": "string",
"description": "string",
"rules": [
"string"
],
"threshold": {
"operator": "string",
"value": 0,
"type": "Percentage"
}
}
]