Skip to content

Commit a9b5e32

Browse files
committed
fix URL
1 parent 82d1e09 commit a9b5e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickbase_json/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def get_fields(self, table_id: str, **kwargs):
123123

124124
headers = self.headers
125125
params = {'tableId': f'{table_id}'}
126-
return requests.get('https://api.quickbase.com/v1/tables', params=params, headers=headers).json()
126+
return requests.get('https://api.quickbase.com/v1/fields', params=params, headers=headers).json()
127127

128128
"""
129129
Misc.

0 commit comments

Comments
 (0)