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.

...

Note

This page is a work in progress.

Include Page
shared info - bookmark intro
shared info - bookmark intro
This command This command allows the user to add a new bookmark. It also allows the system administrator or group 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 parameters for the command, as follows:

Code Block
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 administrators and group administrators to set a bookmark and permission for other users. If no permission is specifiedyou do not specify a permission, then the system leaves the existing permission is left as it is.

[REST-response](TBD)