# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1672502556 -3600
# Node ID 8d5b9245275d176e127237c45e9a61d3341833a0
# Parent  09dd378748b81c6363eba1e6017e1ec93068004a
mod_rest: Add missing message properties to OpenAPI documentation

Defined in schema-xmpp.json but not here

diff -r 09dd378748b8 -r 8d5b9245275d mod_rest/res/openapi.yaml
--- 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'