Sign in

Update post

documented

Update a post body (raw content).

PUT /posts/{post_id}.jsonPostsno 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/posts/{{$post_id}}.json" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{$discourse_username}}" \
  -d '{"post": {"raw": "{{$raw}}"}}'
Update post · discourse · OpenIntegrations