From 6cff19278f7fa9664793e1d7826d2596597ac080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 21 Sep 2023 18:33:44 +0200 Subject: [PATCH] GitlabRoute => Add badges route --- types/Gitlab/GitlabRoute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/Gitlab/GitlabRoute.ts b/types/Gitlab/GitlabRoute.ts index db30564..aa0d360 100644 --- a/types/Gitlab/GitlabRoute.ts +++ b/types/Gitlab/GitlabRoute.ts @@ -7,6 +7,7 @@ enum GitlabRoute { REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all', + REPOSITORY_BADGES_ADD = '/projects/{{id}}/badges', REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables', REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches', REPOSITORY_TREE = '/projects/{{id}}/repository/tree', -- GitLab