Hi Community,
I am stuck With a API call issue, I have a tabel that i am trying to update.
I give in this request:{"Blocked_Numbers":"+31612345678","Naam":"Test name"}
And it gives me this output:{
"message": "'' is too short\n\nFailed validating 'minLength' in schema['properties']['key']:\n {'$id': '/properties/key',\n 'displayOrder': 0,\n 'maxLength': 256,\n 'minLength': 1,\n 'title': 'Blocked_Numbers',\n 'type': 'string'}\n\nOn instance['key']:\n ''",
"code": "flows.datatables.schema.exception",
"status": 400,
"messageParams": {},
"contextId": "3936549f-2528-4659-a881-b4e753b59bf2",
"details": [],
"errors": []
}
The example states this:/api/v2/flows/datatables/{datatableId}/rows/{rowId}
Updates a row with the given rowId (the value of the key field) to the new values. The DataTableRow should be a json-ized' stream of key -> value pairs { "Field1": "XYZZY", "Field2": false, "KEY": "27272" }
What am i doing wrong?
#ArchitectureandDesign------------------------------
Donny Willems
KEMBIT B.V.
------------------------------