Sign in

Add subreddit emoji

documented

Add or update a subreddit emoji.

POST /api/v1/subreddit/emoji.jsonSubredditsno 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/emoji.json" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: RedditEmojiUploader/1.0 by {{REDDIT_USERNAME}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"mod_flair_only": {{$mod_flair_only}}, "name": "{{$name}}", "post_flair_allowed": {{$post_flair_allowed}}, "s3_key": "{{$s3_key}}", "user_flair_allowed": {{$user_flair_allowed}}}'
Add subreddit emoji · Reddit · OpenIntegrations