Skip to content

api.webhooks.update() method fails #13

@hpreston

Description

@hpreston

Method to update a webhook fails with error.

webhook = api.webhooks.update(webhookId=whId,
                                targetUrl=webhook_url,
                                name=webhook_name)

Cause due to the update method using POST instead of PUT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions