move uri
/members/{member}/groups/{group}/uris/{uri}/move [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9500 | 5.9900 | xml, json |
Description
Move a URI.
If the URI is a folder this service starts an Asynchronous process.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
destination-guri | The ID of the destination Group URI (required if uri not specified) | maybe | long | |
destination-uri | The ID of the destination URI, it should be a folder (required if guri not specified) | maybe | long | |
comment-groups | A comma-separated list of groups that comments in the current group will be moved to (manager only) | no | strings | |
name | A new name for the URI | no | string |
Permission
This service requires contributor or higher.
Response
This service returns the following XML:
<uri-move> [<thread ...> ... </thread>|<uri ...> ... </uri>] </uri-move>
Error Handling
Code | Cause / Description |
---|---|
0x1201 | If the new filename starts with a ‘.’ |