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 18 Next »

This page is a work in progress.

This command allows the user to add a new bookmark. It also allows the system admin or group admin 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 params for the command. For the contents of the <description.json> file, refer to the “Add Bookmark” in the HPCDME API specification.

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. and group admin. 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