Skip to content

Commit fd5d61c

Browse files
Merge pull request #120 from multani/update-service-tags
Support updating service's tags
2 parents b54d8bd + 609a80a commit fd5d61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/service_request.go

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ type UpdateRequest struct {
4545
Name string `json:"name,omitempty"`
4646
Description string `json:"description,omitempty"`
4747
Visibility Visibility `json:"visibility,omitempty"`
48+
Tags []string `json:"tags,omitempty"`
4849
}
4950

5051
func (r *UpdateRequest) Validate() error {

0 commit comments

Comments
 (0)