Skip to content

Commit

Permalink
(BEDS-464) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Sep 18, 2024
1 parent ca3b0e2 commit d41db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/handlers/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ func (h *HandlerService) PublicGetUserNotifications(w http.ResponseWriter, r *ht
// @Security ApiKeyInHeader || ApiKeyInQuery
// @Tags Notifications
// @Produce json
// @Param network query string false "If set, results will be filtered to only include networks given. Provide a comma seperated list."
// @Param network query string false "If set, results will be filtered to only include networks given. Provide a comma separated list."
// @Param cursor query string false "Return data for the given cursor value. Pass the `paging.next_cursor`` value of the previous response to navigate to forward, or pass the `paging.prev_cursor`` value of the previous response to navigate to backward."
// @Param limit query string false "The maximum number of results that may be returned."
// @Param sort query string false "The field you want to sort by. Append with `:desc` for descending order." " Enums(chain_id, timestamp, dashboard_id)
Expand Down

0 comments on commit d41db98

Please sign in to comment.