Skip to main content
Opigno Enterprise API provides the editCommunity mutation to update the community data. The community can be edited only by the owner or a user associated wit the ADMINISTRATOR scope.
Community editing is implemented with a “patch” method. This means that only values that need to be updated should be sent.
Mutation accepts the following arguments:

EditCommunityInput object

The mutation returns a Community object. Detailed description and the full list of available properties can be found here.