mod_http_admin_api/openapi.yaml
changeset 4394 17d44ba8fde2
parent 4383 950abc6c67b8
child 4521 d6a3201a65c0
--- 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: