Skip to content

Commit

Permalink
chore(habit): add delete request to sample requests
Browse files Browse the repository at this point in the history
  • Loading branch information
denniseffing committed Jan 3, 2024
1 parent 9dcf48f commit 2fc2a82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/habit/habit-requests.http
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ Content-Type: application/json
"frequency": "MONTHLY"
}
}

### Delete habit
# Retrieve the ID by fetching the habits first
DELETE http://localhost:9001/habits/8ffa23a1-e91b-45a3-9060-3b0f53c0c6f3
X-User-Id: default

0 comments on commit 2fc2a82

Please sign in to comment.