Skip to content

Commit 174ffbf

Browse files
Clarify move-objects folder-only behavior (#154)
1 parent 8c71a2a commit 174ffbf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/Advanced Functionality/bulk-operations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,15 @@ Role(s) deleted successfully from /folder
221221

222222
## Move Objects
223223

224-
The move-objects flow can move multiple items, Auth Methods, or Roles from a specific folder to a different one or similarly rename a folder.
224+
The move-objects flow moves multiple items, Auth Methods, or Roles from one folder to another, or renames a folder.
225+
Both the source and target paths must be folders. This flow does not move an individual object. To move a single object, use the appropriate update command for that object type.
225226
The user running the command must have `Get`, `List`, and `Update` permissions on the designated source path and recursively on each role inside and on the target path.
226227

227228
Only objects visible to the user making the action will be moved. However, the operation will fail if the user has only `Get/List` (meaning they are visible to them) and not `Update` on some of the objects inside the source path.
228229

229230
In the case of a duplicate as a result of running the operation, the operation will fail on a `409`.
230231

231-
For example the CLI command use:
232+
For example, the CLI command uses:
232233

233234
* `objects-type` - The object type you like to move ( `item/auth_method/target/role` ), the default is `item`
234235
* `source` - Path to the folder to move

docs/Integrations & Plugins/cli-reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Lists all Secure Remote Access (SRA) bastions in the account
189189

190190
### `move-objects`
191191

192-
Moves/Renames objects
192+
Moves or renames folders and their contents in bulk. Both `--source` and `--target` must be folder paths. This command does not move an individual object.
193193

194194
#### Usage
195195

0 commit comments

Comments
 (0)