Set parameters for your API or SDK references
ParamField
component is used to 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[]
.<ResponseField>
component is designed to define the return values of an API. Many docs also use <ResponseField>
on pages when you need to list the types of something.