Added description to gateway route
This commit is contained in:
@@ -112,6 +112,7 @@ func (ctrl *ApigwRoute) Update(ctx context.Context, r *request.ApigwRouteUpdate)
|
||||
Method: r.Method,
|
||||
Group: r.Group,
|
||||
Enabled: r.Enabled,
|
||||
Meta: r.Meta,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -3,9 +3,10 @@ package types
|
||||
import (
|
||||
"database/sql/driver"
|
||||
"encoding/json"
|
||||
"github.com/cortezaproject/corteza/server/pkg/sql"
|
||||
"time"
|
||||
|
||||
"github.com/cortezaproject/corteza/server/pkg/sql"
|
||||
|
||||
"github.com/cortezaproject/corteza/server/pkg/filter"
|
||||
)
|
||||
|
||||
@@ -27,8 +28,9 @@ type (
|
||||
}
|
||||
|
||||
ApigwRouteMeta struct {
|
||||
Debug bool `json:"debug"`
|
||||
Async bool `json:"async"`
|
||||
Debug bool `json:"debug"`
|
||||
Async bool `json:"async"`
|
||||
Desc string `json:"description"`
|
||||
}
|
||||
|
||||
ApigwRouteFilter struct {
|
||||
|
||||
Reference in New Issue
Block a user