Skip to content

Commit

Permalink
Fix doc for PauseSyntheticsTest (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten authored Mar 9, 2020
1 parent b397937 commit 78f8263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthetics.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (client *Client) UpdateSyntheticsTest(publicId string, syntheticsTest *Synt
return &out, nil
}

// PauseSyntheticsTest set a test status to live
// PauseSyntheticsTest set a test status to paused
func (client *Client) PauseSyntheticsTest(publicId string) (*bool, error) {
payload := ToggleStatus{NewStatus: String("paused")}
out := Bool(false)
Expand Down

0 comments on commit 78f8263

Please sign in to comment.