NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added an example.

...

If you do not specify a permission, then the system leaves the existing permission as it is.

For example, consider the following command:

Code Block
dm_add_bookmark MyCollection /cygdrive/c/Users/JaneDoe/my-bookmark.json

With the following code in the specified my-bookmark.json file, the command gives the JaneDoe user Write access to the PI_Lab1 collection, creates a bookmark named MyCollection for that user, and associates the bookmark with the PI_Lab1 collection:

Code Block
{
 "path" : "/Example_Archive/PI_Lab1",
 "userId" : "JaneDoe",
 "permission": "Write"
}

For instructions on performing similar tasks in the GUI, refer to the following pages:

...