Skip to content

Commit addbede

Browse files
committed
Merge pull request #5 from sag47/feature/project_remove
GL 6.2 API addition remove project
2 parents e6f5f70 + afe8fb6 commit addbede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab3/_api_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Note(APIDefinition):
129129

130130
class Project(APIDefinition):
131131
url = '/projects/:id'
132-
actions = [ _LIST, _GET, _ADD ]
132+
actions = [ _LIST, _GET, _ADD, _DELETE ]
133133
required_params = [
134134
'name',
135135
]

0 commit comments

Comments
 (0)