# Parameter

**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#L24)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `in` | `'query' | 'path' | 'header' | 'cookie'` |
| `description` | `string` |
| `required` | `boolean` |
| `schema` | `Schema` |
| `example` | `any` |
