Skip to content

Commit afe8fb6

Browse files
committed
1 parent 7d7c27a commit afe8fb6

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)