mod_rest: Fix description of extdisco endpoint (thanks MattJ)
authorKim Alvefur <zash@zash.se>
Mon, 18 Apr 2022 23:02:04 +0200
changeset 4933 65438e4ba563
parent 4932 d5612dcf6733
child 4934 13070c6a7ce8
mod_rest: Fix description of extdisco endpoint (thanks MattJ) Where's the archive docs tho?
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: []