Add a category list item using REST
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
var item = {}
item.Name = "Created by unit test";
item.Tooltip = "Unit Tests FTW";
item = Post("api/v1/List/Category/items", item)
The list item will be added - we can get the whole list here:
item = Get("api/v1/List/Category/items", item)