Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12808f1

Browse files
committed
gen
1 parent 3b1dc70 commit 12808f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

coderd/apidoc/docs.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/webpush.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
// @ID create-user-webpush-subscription
2020
// @Security CoderSessionToken
2121
// @Accept json
22-
// @Tags WebPush
22+
// @Tags Notifications
2323
// @Param request body codersdk.WebpushSubscription true "Webpush subscription"
2424
// @Param user path string true "User ID, name, or me"
2525
// @Router /users/{user}/webpush/subscription [post]
@@ -67,7 +67,7 @@ func (api *API) postUserWebpushSubscription(rw http.ResponseWriter, r *http.Requ
6767
// @ID delete-user-webpush-subscription
6868
// @Security CoderSessionToken
6969
// @Accept json
70-
// @Tags WebPush
70+
// @Tags Notifications
7171
// @Param request body codersdk.DeleteWebpushSubscription true "Webpush subscription"
7272
// @Param user path string true "User ID, name, or me"
7373
// @Router /users/{user}/webpush/subscription [delete]

0 commit comments

Comments
 (0)