We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f174a0a commit e8d3807Copy full SHA for e8d3807
1 file changed
readme.md
@@ -375,6 +375,19 @@ Updates your **[My programming language][Settings]** settings.
375
https://www.codegrepper.com/api/update_my_code_languages.php?l=whatever&enabled=1 🟢
376
```
377
378
+Updates your **[Notifications][Settings]** settings.
379
+
380
+```yaml
381
+https://www.codegrepper.com/api/update_notification_settings.php 🔴
382
+```
383
384
+```json
385
+ {
386
+ "update_name": "notify_on_comments",
387
+ "update_value": 1 // 0 for disable
388
+ }
389
390
391
## [Other][MainPage]
392
393
API used while logging in.
0 commit comments