You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of making update optional should work. What update does is to update the payload type then using it to reconstruct a layer node to replace the existing one but still being mapped by the same registered key (evidence).
Theoretically, the possible problematic situations should also be a subset of the possible problematic situations register has. If there is a problem occurs that is not in that subset, then it will most likely occur in the logic of update.
Since the idea of update is basically to reconstruct a new layer node under the same key. The error handling should be somewhat similar to register excluding all the key mapping related errors.
It shouldn't take long to make the change but might require some extensive testings once implemented.
Feel free to comment on my findings and please do correct me if anything I said above is untrue or doesn't make sense.
the
/update
endpoint requires a service type to be provided. Joost has suggested to make this optional, as you may not remember what was used.The original request is stored internally in the couchDB, so it should be retrievable inside the
update
command.Investigate:
service_type
The text was updated successfully, but these errors were encountered: