Skip to content

Commit 2ec14b3

Browse files
committed
fix: put to patch
1 parent 3ccb059 commit 2ec14b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subscription/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Route | Method | Description |
66
|-------|--------|-------------|
77
| [/subscription](#post-subscription) | POST | Subscribe a user |
8-
| [/subscription](#put-subscription) | PUT | Unsubscribe a user |
8+
| [/subscription](#patch-subscription) | PATCH | Unsubscribe a user |
99
| [/subscription/notify](#get-subscriptionnotify) | GET | Send a test email |
1010

1111
## POST /subscription
@@ -43,7 +43,7 @@ Subscribe a user to notifications.
4343
}
4444
```
4545

46-
## PUT /subscription
46+
## PATCH /subscription
4747

4848
Unsubscribe a user from notifications.
4949

0 commit comments

Comments
 (0)