Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

edit group

/members/{member}/groups/{group}/edit [POST]

Description

Edits an existing PageSeeder project/group.

Group settings are only modified for parameters that are set.

This service has been deprecated, use service /members/{member}/groups/{group} [PATCH]

Parameters

NameDescriptionRequiredTypeDefault
accessAccess to group and comments [public|member]nostring
commentingWho can comment [public|reviewer|contributor]nostring
commonWhether this is a common groupnoboolean
defaultnotifyDefault notification for new members [immediate|daily|none]nostring
defaultroleDefault role for new members [reviewer|contributor]nostring
descriptionDescription of project/groupnostring
detailstypeThe name of the member details config filenostring
messageSubscription messagenostring
moderationWhich comments are to be moderated [reviewer|email|all]nostring
ownerOwner of project/groupnostring
registrationSelf-registration method [normal|moderated|confirmed]nostring
relatedurlURL of a related websitenostring
templateThe template folder for customisationsnostring
visibilityGroup name this is visible to or 'public'nostring

Permission

Response

<group|project-modification>
  <group|project id="123"
                 name="myproject-mygroup"
                 [title="My group"]
                 description="My own group"
                 owner="My Organisation"
                 access="[public|member]"
                 common="[true|false]"
                 [relatedurl="http://mycompany/mypage.html"]
                 [visibility="myproject-mygroup"]
                 [template="myproject"]
                 [detailstype="mydetails"]
                 editurls="[true|false]"
                 commenting="[public|reviewer|contributor]"
                 moderation="[reviewer|email|all]"
                 registration="[normal|moderated|confirmed]"
                 defaultrole="[reviewer|contributor]"
                 defaultnotify="[immediate|daily|none]" >
    <message>Welcome to the group!</message>
  </group|project>
</group|project-modification>

Error Handling

CodeCause / Description
0x110COne of the parameters is invalid
Created on , last edited on