Mercurial > prosody-modules
diff mod_http_admin_api/openapi.yaml @ 5895:095030677ae6
mod_http_admin_api: Support storing free-form text note with invitations
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 29 Apr 2024 17:49:19 +0100 |
parents | 432efc39572f |
children |
line wrap: on
line diff
--- a/mod_http_admin_api/openapi.yaml Mon Apr 29 02:00:34 2024 +0200 +++ b/mod_http_admin_api/openapi.yaml Mon Apr 29 17:49:19 2024 +0100 @@ -545,6 +545,10 @@ type: string description: HTTPS URL of invite page (use in preference to XMPP URI when available) nullable: true + note: + type: string + nullable: true + description: Free-form text note/annotation to help identify the invitation created_at: type: integer description: Unix timestamp of invite creation @@ -599,6 +603,10 @@ items: type: string description: "Role name" + note: + type: string + nullable: true + description: Free-form text note/annotation to help identify the invitation NewGroupInvite: type: object properties: @@ -621,6 +629,10 @@ items: type: string description: "Role name" + note: + type: string + nullable: true + description: Free-form text note/annotation to help identify the invitation NewResetInvite: type: object properties: