You've already forked authentication-service
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user