Skip to main content
Posts and comments are basically the same entity. Opigno Enterprise API provides the editPost mutation to update the post text. The post can be edited only by the author.
Only a text can be updated. Shared content cannot be changed.
Mutation has a single required incoming argument - data that represents PostEditInput object:
The mutation returns a Post object. Detailed description and the full list of available properties can be found here.