# HttpEndpoint

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts#L47)

## Properties

| Property | Type |
|---|---|
| `method` | `'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH'` |
| `path` | `string` |
| `service` | `string` |
| `serviceMethod` | `string` |
| `parameters` | `string[]` |
| `returnType` | `string` |
| `filePath` | `string` |
| `lineNumber` | `number` |
