Sign in

Block a blog

documented

Block another blog from interaction with the authenticated blog.

POST /v2/blog/{blog-identifier}/blocksBlogsno 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/blog/{{$blog_identifier}}/blocks" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"blocked_tumblelog": "{{$blocked_tumblelog}}", "post_id": "{{$post_id}}", "anonymous_only": {{$anonymous_only}} }'