Sign in

Edit subreddit about/description

documented

Edit the subreddit description and related metadata.

POST /r/subreddit/about/editSubredditsno 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://oauth.reddit.com/api/v1/subreddit/update_settings" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"sr": "{{$subreddit_id}}", "welcome_message_enabled": true, "welcome_message_text": "{{$welcome_text}}"}'
Edit subreddit about/description · Reddit · OpenIntegrations