remove template (#5655)

This commit is contained in:
Patrick Devine
2024-07-13 20:56:24 -07:00
committed by GitHub
parent f7ee012300
commit 057d31861e
5 changed files with 16 additions and 50 deletions

View File

@@ -221,6 +221,8 @@ type DeleteRequest struct {
type ShowRequest struct {
Model string `json:"model"`
System string `json:"system"`
// Template is deprecated
Template string `json:"template"`
Verbose bool `json:"verbose"`