From f7bc30a37dedaa11ff6877967265a49d6a6d347e Mon Sep 17 00:00:00 2001 From: Canapin Date: Mon, 24 Apr 2023 07:44:09 +0200 Subject: [PATCH] DEV: Added a missing parameter to Discourse API Docs (#21085) --------- Co-authored-by: Sam Saffron --- spec/requests/api/schemas/json/topic_create_request.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/requests/api/schemas/json/topic_create_request.json b/spec/requests/api/schemas/json/topic_create_request.json index 710e1933b8d..f2451f5859e 100644 --- a/spec/requests/api/schemas/json/topic_create_request.json +++ b/spec/requests/api/schemas/json/topic_create_request.json @@ -34,6 +34,10 @@ "created_at": { "type": "string" }, + "reply_to_post_number": { + "type": "integer", + "description": "Optional, the post number to reply to inside a topic." + }, "embed_url": { "type": "string", "description": "Provide a URL from a remote system to associate a forum topic with that URL, typically for using Discourse as a comments system for an external blog."