PUT request to update defect status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
System-generated unique identifier for the defect.
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.
OK
The response is of type string.
"OPEN"