URI | Method | Description |
/api/defects | GET | Return collection of defect categories |
/api/defects/$DEFECT_CATEGORY_ID | GET | Return a defect category by id |
/api/defects | POST | Add defect |
/api/defects/$DEFECT_CATEGORY_ID | PUT | Update defect |
/api/defects/$DEFECT_CATEGORY_ID | DELETE | Delete defect |
Object Parameters
Key | Value | Format |
id | Defect id | Integer |
name | Defect name | String |
defect_category_id | Defect category id | Integer |
created_at | Timestamp for the defect created date | Timestamp |