feat(sources): allow user to edit source [BE-12956] (#2748)
This commit is contained in:
@@ -24,7 +24,7 @@ type GitAuthenticationPayload struct {
|
||||
// GitSourceCreatePayload holds the parameters for creating a git-backed source
|
||||
type GitSourceCreatePayload struct {
|
||||
Name string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
URL string `json:"url" validate:"required"`
|
||||
TLSSkipVerify bool `json:"tlsSkipVerify"`
|
||||
Authentication *GitAuthenticationPayload `json:"authentication"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user