aboutsummaryrefslogtreecommitdiff
path: root/docs/swagger.json
blob: 9c64dd0ed097fd99617e32e031b771860f6d69d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "swagger": "2.0",
    "info": {
        "description": "Backend API endpoints for Least Portals Database.",
        "title": "Least Portals Database API",
        "contact": {},
        "license": {
            "name": "GNU General Public License, Version 2",
            "url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
        },
        "version": "1.0"
    },
    "host": "localhost:4000",
    "paths": {}
}