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."