Software /
code /
prosody-modules
Comparison
mod_http_admin_api/openapi.yaml @ 5912:432efc39572f
mod_http_admin_api: Return roles for existing invites, if any
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 16 Apr 2024 15:01:40 +0100 |
parent | 5911:2aa66e928aa0 |
child | 5919:095030677ae6 |
comparison
equal
deleted
inserted
replaced
5911:2aa66e928aa0 | 5912:432efc39572f |
---|---|
555 type: array | 555 type: array |
556 description: Array of group IDs that an accepting user will be added to | 556 description: Array of group IDs that an accepting user will be added to |
557 items: | 557 items: |
558 type: string | 558 type: string |
559 description: Group ID | 559 description: Group ID |
560 roles: | |
561 type: array | |
562 description: Array of role names that accepting users will have (primary first) | |
563 items: | |
564 type: string | |
565 description: Role name | |
560 source: | 566 source: |
561 type: string | 567 type: string |
562 description: | | 568 description: | |
563 String that identifies how and by whom the invite was created. | 569 String that identifies how and by whom the invite was created. |
564 | 570 |