Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 829 Bytes

DefectPatch.md

File metadata and controls

14 lines (10 loc) · 829 Bytes

DefectPatch

Information about resolving a defect. If resolving a defect, must specify isResolved as true and resolvedBy.

Properties

Name Type Description Notes
is_resolved bool Resolves the defect. Must be `true`. [optional]
mechanic_notes str The mechanics notes on the defect. [optional]
resolved_at_time str Time when defect was resolved. Defaults to now if not provided. UTC timestamp in RFC 3339 format. Example: `2020-01-27T07:06:25Z`. [optional]
resolved_by ResolvedBy [optional]

[Back to Model list] [Back to API list] [Back to README]