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.

...

This command allows the user to add a new bookmark. It also allows the system admin administrator or group admin to administrator to add bookmarks for other users.

...

ParameterDescription
<bookmark_name>The name that will be displayed on the UI for the bookmark.
<description.json>

The name of the JSON file containing the data params parameters for the command. For the contents of the <description.json> file, refer to the “Add Bookmark” in the HPCDME API specification., as follows:

JSON:
{
"path" : "/Path/To/Bookmark",
"group" : "A bookmark group name",
"userId" : "The user Id of the NIH AD account of the user",
"permission": "The permission to set for the path"
}

Important note: The fields 'userId' and 'permission' are available only for system admin. administrators and group admin. administrators to set bookmark and permission for other users. If no permission is specified, then the existing permission is left as is.

[REST-response](TBD)