Update a bugAsk AIpatch https://api.atono.io/api/v1/bugs/{id}Updates a bug's attributes and relationships by its UUID or handle.Path ParamsidstringrequiredThe UUID or handle of the bug. The handle is the item ID shown in the Atono application (e.g., BUG-123).Body ParamsInformation to update in the bug.dataobjectrequiredA bug is a tracked issue observed during use or testing that should be fixed.data objectResponses 200Successfully updated the bug. 404The bug could not be found, or one of the requested related resources (include) does not exist.Updated 10 months ago