Index endpoint spec improvement

This commit is contained in:
Timo Ley 2022-08-31 21:11:12 +02:00
parent ea975232e5
commit 6e51a51ddc
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## The Index Endpoint
### `GET {base URL}`
`GET {base URL}`
The index endpoint can be used to get basic information about an API
instance, including the API versions and features supported by that
@ -14,7 +14,7 @@ property, which is the [default namespace](../concepts/namespaces.md#default-nam
instance, and a `features` property, which is an array containing all [API features](#features)
available on this API instance.
#### Example response body:
### Example response body:
``` json
{