Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify-delete-quickstart-page-389072bb.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The <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.
response
string
required
A response field example
<ResponseField name="response" type="string" required>
  A response field example
</ResponseField>

Props

name
string
required
The name of the response value.
type
string
required
Expected type of the response value
default
string
The default value.
required
boolean
Show “required” beside the field name.