curl --request PUT \
--url https://api.flashdocs.ai/v1/documents/{document_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"organization_id": "<string>",
"type": "template",
"name": "<string>",
"description": "<string>",
"status": "deployed",
"google_document_id": "<string>",
"knowledge_base_item_ids": [
"<string>"
]
}
'