Endpoint request snippet
Use the <EndpointRequestSnippet> components to reference an endpoint request from
your API Reference.
Usage
Markdown
Reference particular examples
Properties
endpoint
The endpoint to display, in the format METHOD /path (e.g., POST /chat/{domain}).
example
The name of a specific example to display. If the example includes a summary or docs field, use that value.
highlight
Line numbers to highlight in the code snippet. Accepts a single number, an array of numbers, or ranges (e.g., {[1-3, 5]}).