Skip to content

Commit

Permalink
Merge branch 'master' into add-support-for-immediate-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-swaminathan authored Oct 18, 2023
2 parents fa4df0f + fd5d61c commit 4a03c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/service_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type UpdateRequest struct {
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
Visibility Visibility `json:"visibility,omitempty"`
Tags []string `json:"tags,omitempty"`
}

func (r *UpdateRequest) Validate() error {
Expand Down

0 comments on commit 4a03c4f

Please sign in to comment.