changeset 5124:8d5b9245275d

mod_rest: Add missing message properties to OpenAPI documentation Defined in schema-xmpp.json but not here
author Kim Alvefur <zash@zash.se>
date Sat, 31 Dec 2022 17:02:36 +0100
parents 09dd378748b8
children cf4714946831
files mod_rest/res/openapi.yaml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/res/openapi.yaml	Sat Dec 31 16:57:40 2022 +0100
+++ b/mod_rest/res/openapi.yaml	Sat Dec 31 17:02:36 2022 +0100
@@ -296,6 +296,8 @@
           $ref: '#/components/schemas/subject'
         thread:
           $ref: '#/components/schemas/thread'
+        invite:
+          $ref: '#/components/invite'
 
         state:
           $ref: '#/components/schemas/state'
@@ -329,6 +331,15 @@
         encryption:
           $ref: '#/components/schemas/encryption'
 
+        archive:
+          $ref: '#/components/schemas/archive_result'
+
+        dataform:
+          $ref: '#/components/schemas/dataform'
+
+        forwarded:
+          $ref: '#/components/schemas/forwarded'
+
         error:
           $ref: '#/components/schemas/error'