Skip to content

The method edit_group_hook should use the PUT method instead of the POST method. #727

@websi

Description

@websi

The method edit_group_hook uses POST, but the API requires PUT: https://docs.gitlab.com/api/group_webhooks/#edit-group-hook.

A POST request generated a 404 error.

See

post("/groups/#{group_id}/hooks/#{hook_id}", body: options.merge(url: url))
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions