Update a defect

Updates a given defect. Can be used to resolve a defect by marking its isResolved field to true.

Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.

To use this endpoint, select Write Defects under the Maintenance category when creating or editing an API token. Learn More.

Path Params
string
required

ID of the defect.

Body Params

The DVIR defect fields to update.

boolean

Resolves the defect. Must be true.

string

The mechanics notes on the defect.

string

Time when defect was resolved. Defaults to now if not provided. UTC timestamp in RFC 3339 format. Example: 2020-01-27T07:06:25Z.

resolvedBy
object

Information about the user who is resolving a defect.

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json