PUT
/
cortex
/
documents
/
{id}
curl --request PUT \
  --url https://api.sophra.org/api/cortex/documents/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "content": "<string>",
  "abstract": "<string>",
  "authors": [
    "<string>"
  ],
  "tags": [
    "<string>"
  ],
  "source": "<string>"
}'

Path Parameters

id
string
required

The document identifier

Body

application/json

Response

200

Document updated successfully