packetfence icon indicating copy to clipboard operation
packetfence copied to clipboard

POST /security_event returns ID as an INT.

Open satkunas opened this issue 2 years ago • 0 comments

Describe the bug GET /security_event/:id returns id as String: { id: "1" }. POST /security_event return id as Number: { id: 1 }.

Expected behavior POST should return a payload where id is a String.

satkunas avatar Sep 19 '22 17:09 satkunas