API Components
Response Fields
Display API response values
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.
A response field example
Props
The name of the response value.
Expected type of the response value
The default value.
Show “required” beside the field name.
Was this page helpful?