Sign in

Mute a community

documented

Mute a community.

PUT /v2/communities/{community-handle}/muteCommunitiesno 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://api.tumblr.com/v2/communities/{{$community_handle}}/mute" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Tumblr-API-KEY: {{TUMBLR_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"mute_end_timestamp": {{$mute_end_timestamp}}}'