Edit subreddit about/description
documentedEdit the subreddit description and related metadata.
POST /r/subreddit/about/editSubredditsno implementation yet0 runsNo 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}}"}'