Set subreddit emoji size
documentedSet custom emoji size.
POST /api/v1/subreddit/emoji_custom_sizeSubredditsno 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}}/emoji_custom_size" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"height": {{$height}}, "width": {{$width}}}'