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.
Comment: Deleted [REST-response] parameter, based on observations in the UAT tier.

...

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

The following table describes each parameter:

shared info - REST-response parameter
ParameterDescription
<bookmark_name>The name that the system displays on the UI for the bookmark.
<description.json>

The name of the JSON file containing additional data parameters for the command, as follows:

Code Block
{
 "path" : "/Path/To/Bookmark",
 "group" : "A bookmark group name"
}
[REST-response]
Include Page
shared info - REST-response parameter

For example, consider the following command:

...