mod_rest: Add missing message properties to OpenAPI documentation
authorKim Alvefur <zash@zash.se>
Sat, 31 Dec 2022 17:02:36 +0100
changeset 5128 8d5b9245275d
parent 5127 09dd378748b8
child 5129 cf4714946831
mod_rest: Add missing message properties to OpenAPI documentation Defined in schema-xmpp.json but not here
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'