Update a topic
PUThttps://discourse.example.com/t/-/:id.json
Update a topic
Request
Path Parameters
id stringrequired
Header Parameters
Api-Key stringrequired
Api-Username stringrequired
- application/json
Body
topic object
Responses
- 200
topic updated
- application/json
- Schema
- Example (from schema)
Schema
basic_topic object
{
"basic_topic": {
"id": 0,
"title": "string",
"fancy_title": "string",
"slug": "string",
"posts_count": 0
}
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://discourse.example.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'