DEV: Added a missing parameter to Discourse API Docs (#21085)

---------

Co-authored-by: Sam Saffron <sam.saffron@gmail.com>
This commit is contained in:
Canapin 2023-04-24 07:44:09 +02:00 committed by GitHub
parent 896707c7ea
commit f7bc30a37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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