update README.md
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from uuid import UUID
|
||||
import requests
|
||||
import json
|
||||
import re
|
||||
@@ -854,7 +853,7 @@ class OnspringClient:
|
||||
response.status_code,
|
||||
raw=response)
|
||||
|
||||
def DeleteListItem(self, listId: int, itemId: UUID):
|
||||
def DeleteListItem(self, listId: int, itemId: str):
|
||||
"""
|
||||
Delete a list value by its id and it's parent list id.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user