Mercurial > prosody-modules
diff mod_http_admin_api/openapi.yaml @ 5888: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 |
| parents | 2aa66e928aa0 |
| children | 095030677ae6 |
line wrap: on
line diff
--- a/mod_http_admin_api/openapi.yaml Tue Apr 16 14:15:16 2024 +0100 +++ b/mod_http_admin_api/openapi.yaml Tue Apr 16 15:01:40 2024 +0100 @@ -557,6 +557,12 @@ items: type: string description: Group ID + roles: + type: array + description: Array of role names that accepting users will have (primary first) + items: + type: string + description: Role name source: type: string description: |
