Hi, I’m getting a http 400 when trying to update (put) to resource-logs
Invalid data: child “keyType” fails because [“keyType” must be one of [em4102, nfca, nfcb, nfcf, iso15693, hid, null]]
My request looks like this:
curl -X PUT “https://fabman.io/api/v1/resource-logs/xxxx” -H “accept: application/json” -H “Authorization: Bearer xxxx” -H “Content-Type: application/json” -d " { “member”: xxxx, “notes”: “test note”, “lockVersion”: 2 }"
TIA