Root
The root endpoint is enabled to guide users in one of two cases:
- Accessing via API -> Return a friendly message indicating that they must access the Docs page.
- Accessing via browser -> Redirect to Docs page.
GET
Response
200 - application/json
The response is of type any
.
Was this page helpful?