Parameters

The ParamField component documents API parameters and properties with consistent formatting. It displays the parameter name, type, requirements, and description in a structured layout.

username
stringRequired

The user’s display name

limit
numberDefaults to 50

Maximum number of items to return

api_key
stringDeprecated

Use OAuth authentication instead

status
'active' | 'inactive' | 'pending'Defaults to active

The current status of the user account

Properties

path
string

The name of the parameter (e.g., “username”, “limit”)

type
stringRequired

The data type of the parameter (e.g., “string”, “number”, “boolean”)

required
boolean

Indicates if the parameter is required. Displays a “Required” label when true.

default
string

The default value for the parameter, if any

deprecated
boolean

Marks the parameter as deprecated.