We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83045c6 commit c5804aaCopy full SHA for c5804aa
1 file changed
src/asktable/resources/extapis/routes.py
@@ -103,7 +103,7 @@ def create(
103
{
104
"id": id,
105
"created_at": created_at,
106
- "extapi_id": body_extapi_id,
+ "body_extapi_id": body_extapi_id,
107
"method": method,
108
"name": name,
109
"path": path,
@@ -367,7 +367,7 @@ async def create(
367
368
369
370
371
372
373
0 commit comments