|
| Dictionary |
| all Dictionaries |
/dictionary/ |
GET
|
| add a Dictionary post |
/dictionary/ |
POST
|
| published Dictionaries |
/dictionary/published/ |
GET
|
| delete Dictionary |
/dictionary/{Dictionary_id}/ |
DELETE
|
| Retrieve a Dictionary using its slug |
/dictionary/{Dictionary_id}/ |
GET
|
| update Dictionary |
/dictionary/{Dictionary_id}/ |
PUT
|
| Tags |
| Dictionary tags by week Dictionaries |
/dictionary/tags/{tag}/dictionary/ |
GET
|
| Dictionary tags |
/dictionary/{Dictionary_id}/tags/ |
GET
|
| add tag to Dictionary |
/dictionary/{Dictionary_id}/tags/ |
POST
|
| delete Dictionary tag |
/dictionary/{Dictionary_id}/tags/{tag} |
DELETE
|