cyle gage

Results 42 comments of cyle gage

> Also, what is the format of blog uuids? As far as I can tell, it's not a real uuid well, it's a "real" UUID in the sense that it's...

hey @ApolloMeister -- can you be more specific about what API endpoint you're hitting and seeing this result? some examples of API requests and the results you're seeing versus what...

Okay thanks, that helps a lot! Under the hood, `taggedPosts` is calling `GET /v2/tagged`, which is not the same as Search on Tumblr, it's actually closer to the Tagged page...

Editing a post to add/remove a tag triggers indexing it for that tag, so that shouldn't be an issue.

@nightpool is correct that the web platform docs are referencing pages that are a part of the "new web experience" which is our way of saying that they're powered by...

> Is there even a way to mass-edit posts via the v2 API? There isn't right now, no. We'd have to build out these new API endpoints when we tackle...

Thanks for this feedback -- we'll update the API docs with examples to help clarify this! 👌

Hello @annando -- it's simply missing in the docs. There are a number of API endpoints that are considered "private" and aren't publicly documented. While the API endpoint may be...

Hello @rmichiels -- looks like you found a bug! we're unintentionally stripping the port away. i'll file a bug ticket for this and we'll update you here when it's fixed...

This should be fixed now -- @rmichiels can you give it a test?