Skip to content

Commit e4d7aea

Browse files
Khauneesh-AIKeivan Vosoughi
authored andcommitted
endpoint for example content and worklow parameter set for freeform
1 parent 487678d commit e4d7aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ async def get_dataset_size(request:JsonDataSize):
364364
return {"dataset_size": len(inputs)}
365365

366366
@app.post("/json/get_content", include_in_schema=True, responses = responses,
367-
description = "get total dataset size for jsons")
367+
description = "get json content")
368368
async def get_dataset_size(request: RelativePath):
369369

370370
if request.path:

0 commit comments

Comments
 (0)