We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccb059 commit 2ec14b3Copy full SHA for 2ec14b3
subscription/README.md
@@ -5,7 +5,7 @@
5
| Route | Method | Description |
6
|-------|--------|-------------|
7
| [/subscription](#post-subscription) | POST | Subscribe a user |
8
-| [/subscription](#put-subscription) | PUT | Unsubscribe a user |
+| [/subscription](#patch-subscription) | PATCH | Unsubscribe a user |
9
| [/subscription/notify](#get-subscriptionnotify) | GET | Send a test email |
10
11
## POST /subscription
@@ -43,7 +43,7 @@ Subscribe a user to notifications.
43
}
44
```
45
46
-## PUT /subscription
+## PATCH /subscription
47
48
Unsubscribe a user from notifications.
49
0 commit comments