forked from addonscript/addonscript-spec
Index endpoint spec improvement
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
|
||||
|
||||
### `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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue