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
After taken a look at the codes. Here are a couple things that I've concluded and please correct me if I am wrong.
update does has a request body and even Request Params indicated that, it appeared to be just a small mistake in the docs. service_type is the only mandatory field/param in update that was being used.
refresh is not calling update but rather recreating the nodes against the registered keys.
Just to clarify. update also uses any other fields that require updating on a pre-registered entry as mentioned in the service contract but they are not required.
In the Service Contract , revist the documentation around
refresh
andupdate
(and compare against the code).In particular:
update
doc claims it has no request body, but this does not appear to be the case. add param and details around the param if required.refresh
is just callingupdate
against a batch of keys, indicate thatThe text was updated successfully, but these errors were encountered: