We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e221ace commit f3500c0Copy full SHA for f3500c0
1 file changed
core/dbio/api/spec.go
@@ -316,6 +316,7 @@ type Endpoint struct {
316
Description string `yaml:"description" json:"description,omitempty"`
317
Docs string `yaml:"docs" json:"docs,omitempty"`
318
Disabled bool `yaml:"disabled" json:"disabled"`
319
+ Dynamic bool `yaml:"dynamic,omitempty" json:"dynamic,omitempty"` // is generated
320
State StateMap `yaml:"state" json:"state"`
321
Sync []string `yaml:"sync" json:"sync,omitempty"`
322
Request Request `yaml:"request" json:"request"`
0 commit comments