NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Deleted bookmark group because the GUI and other CLU commands don't support bookmark groups. Deleted the None permission because it wouldn't be needed for the add bookmark use case.

...

Code Block
{
 "path" : "/Path/To/Bookmark",
 "group" : "A bookmark group name",
 "userId" : "NIH user ID",
 "permission": "The permission to set for the path"
}

Possible values for the permission field are as follows:

  • Own
  • Write
  • ReadNone

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

...