|
Certification |
all certifications |
/certification/ |
GET
|
add a certification post |
/certification/ |
POST
|
published certifications |
/certification/published/ |
GET
|
delete certification |
/certification/{certification_id}/ |
DELETE
|
Retrieve a certification using its slug |
/certification/{certification_id}/ |
GET
|
update certification |
/certification/{certification_id}/ |
PUT
|
Tags |
certification tags by week certifications |
/certification/tags/{tag}/certification/ |
GET
|
certification tags |
/certification/{certification_id}/tags/ |
GET
|
add tag to certification |
/certification/{certification_id}/tags/ |
POST
|
delete certification tag |
/certification/{certification_id}/tags/{tag} |
DELETE
|