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
// OptionsBudgetMonth returns the allowed HTTP methods
124
+
//
119
125
// @Summary Allowed HTTP verbs
120
126
// @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.**
// OptionsBudgetMonthAllocations returns the allowed HTTP methods
157
+
//
150
158
// @Summary Allowed HTTP verbs
151
159
// @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.**
// SetAllocationsMonth sets all allocations for a specific month
546
+
//
523
547
// @Summary Set allocations for a month
524
548
// @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.**
// GetEnvelopeMonth returns month data for a specific envelope
220
+
//
209
221
// @Summary Get Envelope month data
210
222
// @Description Returns data about an envelope for a for a specific month. **Use GET /month endpoint with month and budgetId query parameters instead.**
0 commit comments