We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487678d commit e4d7aeaCopy full SHA for e4d7aea
app/main.py
@@ -364,7 +364,7 @@ async def get_dataset_size(request:JsonDataSize):
364
return {"dataset_size": len(inputs)}
365
366
@app.post("/json/get_content", include_in_schema=True, responses = responses,
367
- description = "get total dataset size for jsons")
+ description = "get json content")
368
async def get_dataset_size(request: RelativePath):
369
370
if request.path:
0 commit comments