Mongo Server
  • Introduction
  • Getting started
  • Basics
    • Routing and Queries
    • Restrict endpoints
    • Route logic
    • Default values
    • Input validation and Output Formatting
  • Auth and permissions
    • Login and authentication
    • Permission handling
    • Local authentication
    • Magic Links and codes
  • Automatic Documentation
    • Server description
    • Swagger Docs
  • Miscellaneous
    • Db Seeding
    • Mailing settings
    • Roadmap
    • Population Constrains
Powered by GitBook
On this page

Was this helpful?

  1. Automatic Documentation

Server description

Server description

You can access to a JSON description of the server configuration using:

GET    /moser-docs/description

This was added in order to create an admin panel automatically (feature in development) but maybe you can find useful for any other task.

PreviousMagic Links and codesNextSwagger Docs

Last updated 6 years ago

Was this helpful?