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>"
}
'{}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>"
}
'{}