Closed invalidCards closed 4 years ago
Yup, I can see how that's confusing. For new posts, it is obviously required, and you're correct that it's not required for reblogs, except if you want to add commentary in your reblog. We'll fix this up. 👍 Thanks!
Hopefully this should clear this up: https://github.com/tumblr/docs/commit/e16100abd6d4d6ecfa36f85a3ba763baecb408a7
Thanks again for calling this out!
The API docs describe the
content
parameter to be required in aPOST /v2/blog/{blog-identifier}/posts
call. While this makes sense to create a new post from scratch, if passing this parameter when reblogging with the contents of the post to reblog there is a chance that the content is duplicated. Please update the docs to mention that passing thecontent
parameter is ONLY required if the post being created is brand new and not a reblog.