-
Notifications
You must be signed in to change notification settings - Fork 14
Interface
Walter Pinson edited this page Dec 14, 2017
·
11 revisions
Operation | Description |
---|---|
GET | Returns a collection of Categories |
POST | Creates a new Category |
Operation | Description |
---|---|
DELETE | Removes the category identified by the given :id |
GET | Returns the category identified by the given :id |
PUT | Modifies the category identified by the given :id |