# HG changeset patch # User Kim Alvefur # Date 1672502958 -3600 # Node ID 5784ff4f3b761f207d53e1acc1de766498da6e88 # Parent cf471494683157a93e1a746b03cec1530f745874 mod_rest: Fix reference in OpenAPI diff -r cf4714946831 -r 5784ff4f3b76 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'