Sign in

Update topic

documented

Update a topic (via its slug and ID).

PUT /t/{category_slug}/{topic_id}.jsonTopicsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://discourse.org/t/{{$slug}}/{{$topic_id}}.json" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_API_USERNAME}}" \
  -d '{"title": "{{$title}}"}'
Update topic · discourse · OpenIntegrations