11 | The table below shows the available API endpoints with their associated 14 | methods. Clicking on an endpoint row, expands the row to show related methods, 15 | parameters and, where appropriate, provide examples.
16 | 17 || API Route | 20 |Description | 21 |
|---|---|
|
26 | {{ route['route'] }}
27 |
28 | {% autoescape False %}
29 | {{ route['description'] | replace('\n', ' ') }} 30 | {% endautoescape %} 31 | 32 | 60 | |
61 | |