# HG changeset patch # User Kim Alvefur # Date 1650315724 -7200 # Node ID 65438e4ba563101cf3c1825b84b4601bbb38c82b # Parent d5612dcf6733aaa77cc146f7da9b06a8692f1e13 mod_rest: Fix description of extdisco endpoint (thanks MattJ) Where's the archive docs tho? diff -r d5612dcf6733 -r 65438e4ba563 mod_rest/res/openapi.yaml --- a/mod_rest/res/openapi.yaml Sun Apr 17 12:52:13 2022 +0200 +++ b/mod_rest/res/openapi.yaml Mon Apr 18 23:02:04 2022 +0200 @@ -136,7 +136,7 @@ get: tags: - query - summary: Query a message archive + summary: Query for external services (usually STUN and TURN) security: - basic: [] - token: []