Add personal task
Developing
Request
Body Params application/json
{
"name":"My first task",
"deadline":"17-09-2020"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/projects/64bd5f83-52f7-4de4-bb2f-9f79399406e9/tasks' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImY0MGU5NzRjLTQzMmItNDUxNS05MGIxLWY2ZTAwODIyM2UyZCIsImV4cCI6MjA2OTE1MzgwNn0.1LYHtZra0wS_W1pQGJZG4LbrJ1r7pigixpfzmR3ftko' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"My first task",
"deadline":"17-09-2020"
}'
Responses
application/json Modified at 2024-02-28 21:06:43