Item editing is currently (by design) very restricted. aside from metadata like title, tags, etc. fields can only be added or set one field at a time, and only limited set of field types
There is now (as of op 2.23.0) the option of providing JSON to op to edit (replace?) an existing item
In theory it should be possible to item get an item, edit that Python object and then serialize it to JSON for an item edit operation
Item editing is currently (by design) very restricted. aside from metadata like title, tags, etc. fields can only be added or set one field at a time, and only limited set of field types
There is now (as of
op2.23.0) the option of providing JSON toopto edit (replace?) an existing itemIn theory it should be possible to
item getan item, edit that Python object and then serialize it to JSON for anitem editoperation