Skip to content

Commit ed0e599

Browse files
committed
rename update function
1 parent ae3304b commit ed0e599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabpy/tabpy_tools/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def remove(self, name):
264264
Endpoint name to remove'''
265265
self._service.remove_endpoint(name)
266266

267-
def update(self, name, description=None, schema=None, is_public=None):
267+
def update_endpoint_info(self, name, description=None, schema=None, is_public=None):
268268
'''Updates description, schema, or is public for an existing endpoint
269269
270270
Parameters

0 commit comments

Comments
 (0)