Skip to content

Commit b5f7049

Browse files
committed
Support updating service's tags
1 parent d0f3673 commit b5f7049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/service_request.go

Lines changed: 1 addition & 0 deletions
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)