# {{name}}

{{#if info.description}}
{{{info.description}}}
{{/if}}

## Operations

{{#each operations}}
### {{name}}

```http
{{httpMethod}} {{fullPath}}
```

{{#if description}}
{{{description}}}
{{/if}}

{{/each}}
## Implementation

This is an example of the API implementation to use to update the actual API implementation
when the API structure has changed.

```typescript
{{>frag/apiImpl}}
```
