1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

config: allow serving the admin API routes

This commit is contained in:
Quentin Gliech
2024-07-24 15:43:37 +02:00
parent f4f61f0d51
commit 76755610cb
3 changed files with 22 additions and 0 deletions

View File

@@ -788,6 +788,21 @@
}
}
},
{
"description": "Admin API, served at `/api/admin/v1`",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"enum": [
"adminapi"
]
}
}
},
{
"description": "Mount a \"/connection-info\" handler which helps debugging informations on the upstream connection",
"type": "object",