You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @Description Returns an empty response with the HTTP Header "allow" set to the allowed HTTP verbs. **Use OPTIONS /month endpoint with month and budgetId query parameters instead.**
111
110
// @Tags Budgets
112
111
// @Success 204
113
-
// @Failure 400 {object} httperrors.HTTPError
114
-
// @Failure 404
112
+
// @Failure 400 {object} httperrors.HTTPError
113
+
// @Failure 404 {object} httperrors.HTTPError
115
114
// @Failure 500 {object} httperrors.HTTPError
116
115
// @Param budgetId path string true "ID formatted as string"
117
116
// @Param month path string true "The month in YYYY-MM format"
// @Description Returns an empty response with the HTTP Header "allow" set to the allowed HTTP verbs. **Use OPTIONS /month endpoint with month and budgetId query parameters instead.**
144
143
// @Tags Budgets
145
144
// @Success 204
146
-
// @Failure 400 {object} httperrors.HTTPError
147
-
// @Failure 404
148
-
// @Failure 500 {object} httperrors.HTTPError
145
+
// @Failure 400 {object} httperrors.HTTPError
146
+
// @Failure 404 {object} httperrors.HTTPError
149
147
// @Failure 500 {object} httperrors.HTTPError
150
148
// @Param budgetId path string true "ID formatted as string"
151
149
// @Param month path string true "The month in YYYY-MM format"
// SetAllocationsMonth sets all allocations for a specific month
516
514
//
517
515
// @Summary Set allocations for a month
518
-
// @Description Sets allocations for a month for all envelopes that do not have an allocation yet. **Use POST /month endpoint with month and budgetId query parameters instead.**
516
+
// @Description Sets allocations for a month for all envelopes that do not have an allocation yet. **Deprecated. Use POST /month endpoint with month and budgetId query parameters instead.**
519
517
// @Tags Budgets
520
518
// @Success 204
521
519
// @Failure 400 {object} httperrors.HTTPError
520
+
// @Failure 404 {object} httperrors.HTTPError
522
521
// @Failure 500 {object} httperrors.HTTPError
523
522
// @Param month path string true "The month in YYYY-MM format"
524
523
// @Param budgetId path string true "Budget ID formatted as string"
0 commit comments