Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a Task API #12

Open
smkamranqadri opened this issue Oct 30, 2021 · 0 comments
Open

Update a Task API #12

smkamranqadri opened this issue Oct 30, 2021 · 0 comments
Assignees
Labels

Comments

@smkamranqadri
Copy link
Contributor

Update a Task API

path => /tasks/:id
method => PUT
optional => description
required => title, image
response => { title, description, image, status_id, status, created_by, is_active }

Task Model
title
description
image
status_id
created_by
update_by
project_id
is_active => default is true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants