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
Petri Savolainen edited this page Mar 1, 2017
·
1 revision
In addition to values of simple types such as strings and numbers, also structured request and body parameters can be provided using regular YAML syntax. The syntax resembles Python, and provides automatic conversion to Python data structures out of the box. However those almost always need to be converted into JSON or XML, which in turn is then URL- or Form-encoded when doing the HTTP request.
To indicate the desired output (JSON/XML), type and value are specified for a structured parameter or body: