Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
4389:6cfa313cd524 | 4390:17d44ba8fde2 |
---|---|
571 type: object | 571 type: object |
572 properties: | 572 properties: |
573 name: | 573 name: |
574 type: string | 574 type: string |
575 description: "Display name of the group" | 575 description: "Display name of the group" |
576 create_muc: | |
577 type: boolean | |
578 description: Create a MUC associated with the group | |
576 Group: | 579 Group: |
577 type: object | 580 type: object |
578 properties: | 581 properties: |
579 id: | 582 id: |
580 type: string | 583 type: string |
581 description: id of the group | 584 description: id of the group |
582 name: | 585 name: |
583 type: string | 586 type: string |
584 description: Display name of the group | 587 description: Display name of the group |
588 muc_jid: | |
589 type: string | |
590 nullable: true | |
591 description: JID of the associated MUC, if any. | |
585 GroupList: | 592 GroupList: |
586 type: array | 593 type: array |
587 items: | 594 items: |
588 $ref: '#/components/schemas/Group' | 595 $ref: '#/components/schemas/Group' |
589 UserDebugInfo: | 596 UserDebugInfo: |