Function blockBlogs

  • Block multiple blogs at once

    Returns

    True if the blogs were blocked successfully

    Link

    https://www.tumblr.com/docs/en/api/v2#blocksbulk--block-a-list-of-blogs

    Parameters

    • token: string

      OAuth2 token from Tumblr

    • blogIdentifier: string

      Identifier of the blog to block the blogs from

    • blockedTumblelogs: string[]

      Array of the identifiers of the blogs to block

    • force: boolean = false

      Whether to force the block to go through even if it requires canceling a Post+ Subscription

    Returns Promise<boolean>

Generated using TypeDoc