Can a post be converted into a post action using the API?

I know it’s possible to convert a normal post into a whisper (and vice versa), but can a normal post be converted into a post action?

:person_shrugging:

Try the same method as the whisper-toggling call, but with the post action type. :slight_smile:

3 Likes

It worked! It seems like sending a PUT request to $baseUrl/posts/$post_id/post_type with a body of post_type=3 converts a post into a post action.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.