circadiatech / circadiatech/reportabug-backend
Create a Comment in Task API
Open
good first issue
hacktoberfest
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Create a Comment in Task API
path => /tasks/:id/comment
method => POST
required => title, task_id, created_by
response => { title, task_id, created_by }
Comment Model
title
task_id
created_by
Contributor guide
Assessment
This issue has not been assessed yet.