Index endpoint spec improvement
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ea975232e5
commit
6e51a51ddc
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## The Index Endpoint
|
## The Index Endpoint
|
||||||
|
|
||||||
### `GET {base URL}`
|
`GET {base URL}`
|
||||||
|
|
||||||
The index endpoint can be used to get basic information about an API
|
The index endpoint can be used to get basic information about an API
|
||||||
instance, including the API versions and features supported by that
|
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)
|
instance, and a `features` property, which is an array containing all [API features](#features)
|
||||||
available on this API instance.
|
available on this API instance.
|
||||||
|
|
||||||
#### Example response body:
|
### Example response body:
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue