Parameter field
The ParamField component documents API parameters and properties with consistent formatting for type, requirements, default values, and descriptions.
Usage
username
The user’s display name
limit
Maximum number of items to return
Markdown
Variants
Deprecated parameter
api_key
Use OAuth authentication instead
Markdown
Union types
status
The current status of the user account
Markdown
Properties
path
The name of the parameter (e.g., “username”, “limit”)
type
The data type of the parameter (e.g., “string”, “number”, “boolean”)
required
Indicates if the parameter is required. Displays a “Required” label when true.
default
The default value for the parameter, if any
deprecated
Marks the parameter as deprecated.
toc
Whether to include the parameter in the table of contents. Defaults to false.