Add `embed_url` to the api docs (#14813)
When creating a topic via the api you can pass in the `embed_url` param, so adding this to the api docs. See: https://github.com/discourse/discourse_api_docs/pull/26
This commit is contained in:
parent
d9f02b635d
commit
892e33fd93
spec/requests/api/schemas/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"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue