Merge pull request #3236 from ripienaar/json_tag_fix

fix json tag for meta stream move
This commit is contained in:
Derek Collison
2022-07-02 08:35:44 -07:00
committed by GitHub

View File

@@ -591,7 +591,7 @@ type JSApiMetaServerStreamMoveRequest struct {
// Account name the stream to move is in
Account string `json:"account"`
// Name of stream to move
Stream string `json:"string"`
Stream string `json:"stream"`
// Ephemeral placement tags for the move
Tags []string `json:"tags,omitempty"`
}