---
title: Title

search: false
toc_footers:
  - Title

  - <em>Version 0.0.1</em>
  - <hr>
  - <strong>Contact name</strong>
  - <em>Whatever you want</em>
  - <a href='https://example.com/'>https://example.com/</a>
  - <a href='mailto:contact@example.com'>contact@example.com</a>
---

# Title


## General Information
### Version `0.0.1`

### Schemes
`https`


###Host & base path

`example.com/base/path/`

### Terms of Service

Here goes the terms of service.


# First heading

Some description, with `monospace`, _italic_, and **bold**.

<aside class="success">
Custom HTML
</aside>

## Second level heading

> Multi
> line
> quote

And also some code with syntax highlighting
```json
{ "foo" :
  [ "bar", "baz" ]
}
```


# List of API Calls

## Tag1


<p>
<a href="#basepathfoobar">
<strong>
<code class="operation-method operation-method-GET">GET  /base/path/foo/bar</code>
</strong>
</a>
</p>

# Tag1

<div><a id="basepathfoobar"></a></div>
## Summary text

<p>
<strong>
<code class="operation-method operation-method-GET">GET  /base/path/foo/bar</code>
</strong>
</p>

Description text


### Responses
<table>
<tr> <th>Code</th> <th>Description</th> </tr>
<tr> <td>200</td> <td><p>Response description <code>HTTP 200</code></p>
</td> </tr>
</table>



# Responses
## Response1
Response description

### Response schema title
`(object)`

> ### Example JSON: for "Response schema title"

```json
{
  "id": "bazbaz"
}
```




<div class="json-schema">

<p>Response schema description</p>


<p>This object has the following properties:</p>

<h4> <code>id</code>  <code>(string, read only)</code> </h4>



<div class="json-schema">

<p>Foobar</p>


</div>

</div>


# Definitions


