Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution][Detection Engine] fixes empty item_id in exceptio…
…n item update request (#194172) ## Summary - fixes #191315 in 8.15 When trying to update exception item with empty item_id, it will return error ```JSON { "statusCode": 400, "error": "Bad Request", "message": "[request body]: Invalid value \"\" supplied to \"item_id\"" } ``` <img width="2493" alt="Screenshot 2024-09-26 at 16 05 51" src="https://github.com/user-attachments/assets/f68bfe94-4a4f-4d44-8255-7ae7fda8563e"> 8.16(main) was fixed earlier: #191315 (comment)
- Loading branch information