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
when we edit the old record with cloud status TRUE, it will be disabled and make some problems.
It should check the cloud status before edit and if it is TRUE then add ("cloud": false) to the requests.
example of body:
{"type":"a","cloud":true,"name":"edited_reqord","value":[{"ip":"1.2.3.4"}]}
The text was updated successfully, but these errors were encountered:
when we edit the old record with cloud status TRUE, it will be disabled and make some problems.
It should check the cloud status before edit and if it is TRUE then add ("cloud": false) to the requests.
example of body:
{"type":"a","cloud":true,"name":"edited_reqord","value":[{"ip":"1.2.3.4"}]}
The text was updated successfully, but these errors were encountered: