diff options
-rw-r--r-- | gitlab/v4/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index c1e6441..f107540 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -2681,7 +2681,7 @@ class Project(SaveMixin, ObjectDeleteMixin, RESTObject): See https://gitlab.com/help/ci/triggers/README.md#trigger-a-build Args: - ref (str): Commit to build; can be a commit SHA, a branch name, ... + ref (str): Commit to build; can be a branch name or a tag token (str): The trigger token variables (dict): Variables passed to the build script **kwargs: Extra options to send to the server (e.g. sudo) |