title | description | icon |
---|---|---|
Response Fields |
Display API response values |
message |
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.
<ResponseField name="response" type="string" required>
A response field example
</ResponseField>