diff --git a/types/Gitlab/GitlabRoute.ts b/types/Gitlab/GitlabRoute.ts
index db305646a12017af01e6c9a7b539ad6be43322c4..aa0d3605388a16bbc74f40adc1c6cdfb43d34623 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',