Docs: Updated knowledge graph-specific APIs (#8927)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-07-21 09:59:23 +08:00
committed by GitHub
parent ab53a73768
commit fca9203f18
2 changed files with 9 additions and 5 deletions

View File

@ -772,7 +772,7 @@ Failure:
**GET** `/api/v1/datasets/{dataset_id}/knowledge_graph`
Gets the knowledge graph of a specific datasets.
Retrieves the knowledge graph of a specified dataset.
#### Request
@ -792,7 +792,7 @@ curl --request GET \
##### Request parameters
- `dataset_id`: (*Path parameter*)
The ID of the dataset.
The ID of the target dataset.
#### Response
@ -851,7 +851,7 @@ Failure:
**DELETE** `/api/v1/datasets/{dataset_id}/knowledge_graph`
Deletes the knowledge graph of a specific datasets.
Removes the knowledge graph of a specified dataset.
#### Request
@ -871,7 +871,7 @@ curl --request DELETE \
##### Request parameters
- `dataset_id`: (*Path parameter*)
The ID of the dataset.
The ID of the target dataset.
#### Response