docs(api/dashboard): docker/{envId}/dashboard incorrectly marked as POST instead of GET (#996)

pull/12788/merge
LP B 2025-08-08 09:31:34 +02:00 committed by GitHub
parent 9325cb2872
commit 85b7e881eb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ type dashboardResponse struct {
// @success 200 {object} dashboardResponse "Success"
// @failure 400 "Bad request"
// @failure 500 "Internal server error"
// @router /docker/{environmentId}/dashboard [post]
// @router /docker/{environmentId}/dashboard [get]
func (h *Handler) dashboard(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
var resp dashboardResponse
err := h.dataStore.ViewTx(func(tx dataservices.DataStoreTx) error {