FiLiP icon indicating copy to clipboard operation
FiLiP copied to clipboard

Intergrade the `keyValues` endpoints with the normal ones

Open djs0109 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Updating entities with keyValues form is now supported by update_entity_key_values and update_entity_attributes_key_values. However, the request options like append , overrideMetadata , forcedUpdate are not implemented

Describe the solution you'd like We should consider intergrade the keyvalues support into the normal functions, which would make the code easier to maintain

djs0109 avatar May 08 '24 14:05 djs0109

Check official docs: https://fiware-orion.readthedocs.io/en/master/orion-api.html#update-attribute-value-put-v2entitiesentityidattrsattrnamevalue

djs0109 avatar May 08 '24 15:05 djs0109