Message format
{
"statusCode": 201,
"message": "Success",
"data": {
"log_a.txt": 100
}
}
Error format
{
"statusCode": 404,
"error": "File log_b.txt not found!"
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Message format
{
"statusCode": 201,
"message": "Success",
"data": {
"log_a.txt": 100
}
}
Error format
{
"statusCode": 404,
"error": "File log_b.txt not found!"
}