Skip to content

Commit

Permalink
Merge pull request #120 from multani/update-service-tags
Browse files Browse the repository at this point in the history
Support updating service's tags
  • Loading branch information
koushik-swaminathan authored Oct 12, 2023
2 parents b54d8bd + 609a80a commit fd5d61c
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 fd5d61c

Please sign in to comment.