From d1f4649c431e70b9b6d19d5f8cfe24cab66e64b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:14:20 +0200 Subject: [PATCH] Update Documentation with core changes (#119) Co-authored-by: discoursebuild <build@discourse.org> --- openapi.json | 3 +++ openapi.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/openapi.json b/openapi.json index c35673c..ca41493 100644 --- a/openapi.json +++ b/openapi.json @@ -6974,6 +6974,9 @@ "chat_quoted": { "type": "integer" }, + "chat_watched_thread": { + "type": "integer" + }, "assigned": { "type": "integer" }, diff --git a/openapi.yml b/openapi.yml index 40a3998..5b7cab2 100644 --- a/openapi.yml +++ b/openapi.yml @@ -4956,6 +4956,8 @@ paths: type: integer chat_quoted: type: integer + chat_watched_thread: + type: integer assigned: type: integer question_answer_user_commented: