Document request parameters
Use<ParamField> for path, query, body, and header parameters. The prop identifies where the parameter belongs. Add its type and whether it is required, then describe any limits a reader could otherwise miss.
Describe response fields
Use<ResponseField> for values returned by the API:
<Expandable> inside its parent field. Readers can see that id and email belong to user without having every child property open by default.
Pair requests with responses
<RequestExample> and <ResponseExample> show the complete exchange in the page’s side panel. Start with a successful request, then add the error responses readers are likely to encounter.