Mute a community
documentedMute a community.
PUT /v2/communities/{community-handle}/muteCommunitiesno 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://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}}}'