mod_rest: Fix reference in OpenAPI
authorKim Alvefur <zash@zash.se>
Sat, 31 Dec 2022 17:09:18 +0100
changeset 5130 5784ff4f3b76
parent 5129 cf4714946831
child 5131 be859bfdd44e
mod_rest: Fix reference in OpenAPI
mod_rest/res/openapi.yaml
--- a/mod_rest/res/openapi.yaml	Sat Dec 31 17:03:40 2022 +0100
+++ b/mod_rest/res/openapi.yaml	Sat Dec 31 17:09:18 2022 +0100
@@ -297,7 +297,7 @@
         thread:
           $ref: '#/components/schemas/thread'
         invite:
-          $ref: '#/components/invite'
+          $ref: '#/components/schemas/invite'
 
         state:
           $ref: '#/components/schemas/state'