Sign in

Set subreddit emoji size

documented

Set custom emoji size.

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