Skip to content
Anuja Kumar edited this page Mar 30, 2015 · 3 revisions

You can categorize your requests and fetch them easily. Click on plus symbol against Tags in left nav.

Create Tag Option

Create a new tag by entering name and description in modal.

Create Tag

###Tag APIs

Assigning selected tags to a node

POST http://localhost:8080/api/nodes/{nodeId}/tags

[ {
"id" : "{tagId1}"
},
{
"id" : "{tagId2}"
}]
Clone this wiki locally