Function EditPost

  • Edits a post on a blog.

    Parameters

    • token: string

      OAuth2 token from Tumblr

    • blogIdentifier: string

      Identifier of the blog to edit the post on

    • postId: string

      ID of the post to edit

    • postDetails: NewPostDetails

      New details of the post, completely replacing the old ones

    Returns Promise<string | undefined>

Generated using TypeDoc