Skip to content

Remove return type from DeleteRepositoryWebhookAsync#31

Open
olsh wants to merge 1 commit into
lvermeulen:masterfrom
olsh:fix-webhook-deletion
Open

Remove return type from DeleteRepositoryWebhookAsync#31
olsh wants to merge 1 commit into
lvermeulen:masterfrom
olsh:fix-webhook-deletion

Conversation

@olsh
Copy link
Copy Markdown

@olsh olsh commented Apr 11, 2024

This change modifies the DeleteRepositoryWebhookAsync method to not return any values. The method was previously returning a boolean value, but it has been updated to be a void method. The response handling has also been updated accordingly.

https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-hooks-uid-delete

This change modifies the DeleteRepositoryWebhookAsync method to not return any values. The method was previously returning a boolean value, but it has been updated to be a void method. The response handling has also been updated accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant