Skip to content

Commit 4e1059d

Browse files
authored
Merge pull request #226 from netlify/GH-5143/fix_delete_hook_name
Correct deleteHookBySiteId operationId since it doesn't require site_id
2 parents 54679af + 1d83012 commit 4e1059d

File tree

7 files changed

+197
-197
lines changed

7 files changed

+197
-197
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ generate: validate ## Generate the API Go client and the JSON document for the U
1919
test: ## Test the go code.
2020
gobin -m -run github.com/kyoh86/richgo test -v $(CHECK_FILES)
2121

22-
validate: ## Check that the swagger spec is valid.
22+
validate: deps ## Check that the swagger spec is valid.
2323
gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@c49ea4ca2112a67af0faa06ffdc994b036860a0c validate $(SWAGGER_SPEC)

go/plumbing/operations/delete_hook_by_site_id_parameters.go

Lines changed: 0 additions & 133 deletions
This file was deleted.

go/plumbing/operations/delete_hook_by_site_id_responses.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

go/plumbing/operations/delete_hook_parameters.go

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/delete_hook_responses.go

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)