cURL
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>" ] }'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type any.
any