Skip to content

Commit f7fc263

Browse files
committed
rename method
1 parent c685db3 commit f7fc263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openproject/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def update(self, id: int, **kwargs):
133133
def delete(self, id: int):
134134
return self.client._send_request("DELETE", f"projects/{id}")
135135

136-
def types(self, id: int):
136+
def list_types(self, id: int):
137137
return self.client._send_request("GET", f"projects/{id}/types")
138138

139139

0 commit comments

Comments
 (0)