post
https://api.pigro.ai/update_single_document
Single document update, you can specify the new title and/or the new content. Your document will be added to your library and visible in search without the need to call the train API.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Your update request body should have the following structure:
{
"document": {
"id": str | int,
"title": str,
"body": str
}
}
