diff mod_http_admin_api/openapi.yaml @ 4390:17d44ba8fde2

mod_http_admin_api: support for creating groups with MUCs
author Jonas Schäfer <jonas@wielicki.name>
date Tue, 26 Jan 2021 15:37:28 +0100
parents 950abc6c67b8
children d6a3201a65c0
line wrap: on
line diff
--- a/mod_http_admin_api/openapi.yaml	Mon Jan 25 21:51:26 2021 +0100
+++ b/mod_http_admin_api/openapi.yaml	Tue Jan 26 15:37:28 2021 +0100
@@ -573,6 +573,9 @@
         name:
           type: string
           description: "Display name of the group"
+        create_muc:
+          type: boolean
+          description: Create a MUC associated with the group
     Group:
       type: object
       properties:
@@ -582,6 +585,10 @@
         name:
           type: string
           description: Display name of the group
+        muc_jid:
+          type: string
+          nullable: true
+          description: JID of the associated MUC, if any.
     GroupList:
       type: array
       items: