/api/completion_codes| Module | Services | Data types | Constants |
|---|---|---|---|
| completion_code | CompletionCodeService |
CompletionCode SourceType |
JOB | 1 | |
ISSUE | 2 |
| Key | Field | Type | Description | Requiredness | Default value |
|---|---|---|---|---|---|
| 1 | id | string | required | ||
| 2 | teamId | string | required | ||
| 3 | number | i32 | required | ||
| 4 | text | string | required | ||
| 5 | sourceType | SourceType | required | ||
| 6 | isDefault | bool | required |
list<index(CompletionCode>stringteamId) throwscommon.SystemException
CompletionCodecreate(stringteamId,i32number,stringtext,SourceTypesourceType) throwscommon.SystemException
CompletionCodeupdateText(stringid,stringtext) throwscommon.SystemException