diff --git a/spec/requests/api/schemas/json/topic_create_request.json b/spec/requests/api/schemas/json/topic_create_request.json index c9a822e458..70b1a4489e 100644 --- a/spec/requests/api/schemas/json/topic_create_request.json +++ b/spec/requests/api/schemas/json/topic_create_request.json @@ -33,10 +33,13 @@ }, "created_at": { "type": "string" + }, + "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." } }, "required": [ "raw" ] } -