Skip to content
Merged
Prev Previous commit
Next Next commit
feat: TT-403 rebase with master
  • Loading branch information
mandres2015 authored and ararcos committed Nov 19, 2021
commit 93d8f16f95fac4e15c89608df2867387df95c9b6
22 changes: 22 additions & 0 deletions V2/delete_time_entry/function.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"disabled": false,
"bindings": [
{
"type": "httpTrigger",
"direction": "in",
"name": "req",
"route": "time-entries/{id}",
"authLevel": "anonymous",
"methods": [
"DELETE"
]
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
],
"entryPoint": "delete_time_entry",
"scriptFile": "../time_tracker/time_entries/interface.py"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"id": 1, "start_date": "12/07/2021", "owner_id": 2, "description": "Review system of Time Tracker", "activity_id": 2, "uri": "http://time_tracker.com", "technologies": ["git", "jira", "python"], "end_date": "12/07/2021", "deleted": true, "timezone_offset": "300", "project_id": 1}, {"id": 2, "start_date": "12/07/2021", "owner_id": 2, "description": "Review system of doors in the ioet office Loja, change the current raspberry pi ", "activity_id": 2, "uri": null, "technologies": ["git", "jira", "python"], "end_date": "12/07/2021", "deleted": false, "timezone_offset": "300", "project_id": 1}]
[{"id": 1, "start_date": "12/07/2021", "owner_id": 2, "description": "Review system of Time Tracker", "activity_id": 2, "uri": "http://time_tracker.com", "technologies": ["git", "jira", "python"], "end_date": "12/07/2021", "deleted": false, "timezone_offset": "300", "project_id": 1}, {"id": 2, "start_date": "12/07/2021", "owner_id": 2, "description": "Review system of doors in the ioet office Loja, change the current raspberry pi ", "activity_id": 2, "uri": null, "technologies": ["git", "jira", "python"], "end_date": "12/07/2021", "deleted": true, "timezone_offset": "300", "project_id": 1}]