API: Stop parsing (#1556)

### What problem does this PR solve?

Aims to stop the process of parsing.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
cecilia-uu
2024-07-17 17:07:33 +08:00
committed by GitHub
parent 701e5be535
commit 4df75ca84e
5 changed files with 272 additions and 49 deletions

View File

@ -758,7 +758,7 @@ This method enables a specific document to start parsing for a specific user.
```json
{
"code": 102,
"message": "This dataset 'imagination.txt' cannot be found!"
"message": "This dataset 'imagination' cannot be found!"
}
```