fiware-orion icon indicating copy to clipboard operation
fiware-orion copied to clipboard

simple value JSON in /value requests

Open kzangeli opened this issue 8 years ago • 3 comments

A simple string, a number, a bool or null is a valid JSON. We need to make sure the broker doesn't signal an error on an incoming request of

PUT /v2/entities/{EID}/attrs/{ATTRNAME}/value

with mime-type as application/json (and a simple value as payload, such as null or false or 3.14 etc.).

kzangeli avatar Nov 21 '16 11:11 kzangeli

Hi @kzangeli

I would like to work on this issue, please let me know if no one is working on this.

rajeswar-NEC avatar Feb 01 '21 07:02 rajeswar-NEC

Hi there, thank you for volunteering! I'm pretty sure the issue is "free" for you to work on, but, @fgalan is the one handing out work (receiving favors :))

kzangeli avatar Feb 01 '21 08:02 kzangeli

@rajeswar-NEC thanks for your willingness to work on this issue :) You have been assigned to it.

However, before starting to work on it, please check how Context Broker behaves. The issue is old and I'm not sure if the issue stills or has been fixed.

fgalan avatar Feb 01 '21 13:02 fgalan