Set path, query, and body parameters
ParamField
components help define the parameters for your APIs or SDKs. Adding a ParamField will automatically add an API Playground.
number
, string
, bool
, object
.Arrays can be defined using the []
suffix. For example string[]
.