feat(edge/jobs): migrate item view to react [EE-2220] (#11887)

This commit is contained in:
Chaim Lev-Ari
2024-06-06 21:07:39 +03:00
committed by GitHub
parent 62c2bf86aa
commit eb6d251a73
44 changed files with 778 additions and 886 deletions

View File

@@ -48,7 +48,7 @@ func (payload *edgeJobUpdatePayload) Validate(r *http.Request) error {
// @failure 500
// @failure 400
// @failure 503 "Edge compute features are disabled"
// @router /edge_jobs/{id} [post]
// @router /edge_jobs/{id} [put]
func (handler *Handler) edgeJobUpdate(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
edgeJobID, err := request.RetrieveNumericRouteVariableValue(r, "id")
if err != nil {