At the moment there is no support for https://docs.gitlab.com/ee/api/projects.html#trigger-a-test-project-hook So support would need to be added to `gitlab/v4/objects/hooks.py` Probably need to add a method `test()` to ~~`ProjectHookManager`~~ `ProjectHook` and ~~`GroupHookManager`~~ `GroupHook` PRs are welcome. ### Discussed in https://github.com/python-gitlab/python-gitlab/discussions/2923 <div type='discussions-op-text'> <sup>Originally posted by **vasokot** July 11, 2024</sup> ## Description of the problem, including code/CLI snippet Need to trigget test of project hook https://docs.gitlab.com/ee/api/projects.html#trigger-a-test-project-hook How I can do it with python-gitlab? ## Specifications - python-gitlab version: 4.7 - API version you are using (v3/v4): v4 - Gitlab server version (or gitlab.com): 16.11.6-ee </div>