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

Create Task Widget API #18

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

Create Task Widget API #18

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

Comments

@smkamranqadri
Copy link
Contributor

Create a Task Widget API

Not Protected
path => /tasks/widget
method => POST
optional => description
required => title, image, apikey
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

Noted: We will find project using apikey then create task against that project.

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

1 participant