Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

edit groupfolder

/groups/{group}/groupfolders/{id} [PATCH]

Description

Use Service: /members/{member}/groups/{group}/groupfolders/{groupfolderid} [PATCH] instead.

Edit the group folder, also known as “Group URI”, specified by the id parameter.

Default group folders (i.e. /ps/[project]/[group]/*) are always editable by group.

This service is used to make a group folder editable.

Parameters

NameDescriptionRequiredTypeDefault
editableWhether URIs should be editable by groupnoboolean

Permission

This service requires administrator.

Response

If the update was successful, this service returns the updated group folder as a <groupfolder> element wrapped in a <groupfolder-modification>.

<groupfolder-modification>
  <groupfolder id="[groupuri id]"
               scheme="[scheme]"
               host="[host]"
               port="[port]"
               path="[path]"
               external="[true|false]"
               editable="[true|false]"
               public="[true|false]"
               [sharing="[private|shared]"] />
</groupfolder-modification>

Error Handling

CodeCause / Description
0x1406If the group folder id not found
0x1408If the group folder id in another group
Created on , last edited on