v1

latestOpenAPI 3.1.02026-08-06192355.6 KB
Documents

Update Document Metadata

patch/api/v1/document/{id}/metadata

Path parameters

idstring required

Headers

CodeGPT-Org-Idstring

Organization ID that agents and documents belong to.

Request body

titlestring

Title of the document

descriptionstring

Description of the document

summarystring

Summary of the document

keywordsstring

Keywords of the document

languagestring

Language of the document

Example request

{
  "title": "La metamorfosis",
  "description": "La metamorfosis es una novela escrita por Franz Kafka y publicada en 1915.",
  "summary": "Cuenta la historia de Gregorio Samsa, un comerciante de telas que vive con su familia a la que él mantiene con su sueldo, quien un día amanece convertido en un insecto.",
  "keywords": "metamorfosis, insecto",
  "language": "es"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/document/{id}/metadata:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}