NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

This page is a work in progress.

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.

dm_add_bookmark <bookmark_name> <description.json> [REST-response]

The following table describes each parameter:

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:

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 bookmark and permission for other users. If no permission is specified, then the existing permission is left as is.

[REST-response](TBD)
  • No labels