Skip to content

Commit

Permalink
feat(api.Update): accept dry_run parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Nov 2, 2018
1 parent eafe8b5 commit 642e7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/datasets.go
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ func (h DatasetHandlers) updateHandler(w http.ResponseWriter, r *http.Request) {
Ref: ref.String(),
Title: r.FormValue("title"),
Message: r.FormValue("message"),
DryRun: r.FormValue("dry_run") == "true",
ReturnBody: false,
}

Expand Down

0 comments on commit 642e7fa

Please sign in to comment.