edit groupfolder
/groups/{group}/groupfolders/{id} [PATCH]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.8900 |
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
Name | Description | Required | Type | Default |
---|---|---|---|---|
editable | Whether URIs should be editable by group | no | boolean |
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
Code | Cause / Description |
---|---|
0x1406 | If the group folder id not found |
0x1408 | If the group folder id in another group |