Update Defect Status
/vehicle-checks
Update Defect Status
PUT request to update defect status.
PUT
Update Defect Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
System-generated unique identifier for the defect.
Body
application/json
The status to which the defect should be updated. Possible options for status: OPEN, DEFERRED, CLOSED_REPAIRED, CLOSED_DUPLICATE, CLOSED_NO_FAULT_FOUND.
The signature of the person who modified the status.
Date of repair in UTC, in the format yyyy-MM-dd'T'HH:mm'Z'.
The notes for this status change. Included in the response if notes have been specified for this status change.
Response
200 - application/json
OK
The response is of type string.
Example:
"OPEN"
