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
I think I encountered this problem with both JSON/form options in 3.6.0, the outer toggle controls the body of the entire request, whereas the inner toggles whether JSON or form is used to define the data map inside the request body.
In the attached session recording, I used the inner toggle to reveal the JSON widget for the config's data map. I pasted and edited it with valid JSON, but the data map is still undefined in the HTTP request:
It sends this, missing "data" I added with the inner JSON editor:
When editing a configuration in the "JSON" view of the editor, you need to toggle back to the "Form" view before trying to save/persist changes.
The text was updated successfully, but these errors were encountered: