-
Notifications
You must be signed in to change notification settings - Fork 150
Tagging
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 a new tag by entering name and description in modal.

###Tag APIs
Assigning selected tags to a node
POST http://localhost:8080/api/nodes/{nodeId}/tags
[ {
"id" : "{tagId1}"
},
{
"id" : "{tagId2}"
}]