# APIEndpoint

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts#L10)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `path` | `string` |
| `method` | `string` |
| `summary` | `string` |
| `description` | `string` |
| `tags` | `string[]` |
| `parameters` | `Parameter[]` |
| `requestBody` | `RequestBody` |
| `responses` | `Record<string, Response>` |
| `samples` | `Array<{ lang: string; source: string }>` |
