diff options
author | Valentin Grégoire <valentin.gregoire@gmail.com> | 2020-09-16 21:31:23 +0200 |
---|---|---|
committer | Valentin Grégoire <valentin.gregoire@gmail.com> | 2020-09-16 21:31:23 +0200 |
commit | 7565bf059b240c9fffaf6959ee168a12d0fedd77 (patch) | |
tree | 618417b87186a3581b9cb8e3241fbfce507708bc /gitlab/const.py | |
parent | 9baa90535b5a8096600f9aec96e528f4d2ac7d74 (diff) | |
download | gitlab-7565bf059b240c9fffaf6959ee168a12d0fedd77.tar.gz |
chore: added docs for search scopes constants
Diffstat (limited to 'gitlab/const.py')
-rw-r--r-- | gitlab/const.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py index 069f0bf..1abad86 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -34,6 +34,7 @@ NOTIFICATION_LEVEL_GLOBAL = "global" NOTIFICATION_LEVEL_MENTION = "mention" NOTIFICATION_LEVEL_CUSTOM = "custom" +# Search scopes _SEARCH_SCOPE_PROJECTS = "projects" _SEARCH_SCOPE_ISSUES = "issues" _SEARCH_SCOPE_MERGE_REQUESTS = "merge_requests" |