crchemist / cit

Civic Issue Tracker
GNU General Public License v3.0
1 stars 6 forks source link

add api for removing comment #115

Closed crchemist closed 9 years ago

crchemist commented 9 years ago
DELETE /comments/<comment-id>/
no input
out: {id: <removed-comment-id>}

Only owner and superuser should be able to remove comments.

Olexbaiko commented 9 years ago

+