Update a DocumentAsk AIput https://api.inscribe.ai/api/v2/customers/{customer_id}/documents/{document_id}Update document.Path Paramscustomer_iduuidrequiredThe Inscribe customer id.document_idintegerrequiredThe id of the document to be updated.Body Paramstagsarray of objectsThe tags you want to update on a document.tagsADD objectreview_statusstringenumThe new status of document level feedback. More information can be found at https://help.inscribe.ai/en/articles/8523290-document-level-feedback.ACCEPTEDACCEPTEDREJECTEDREQUIRES_REVIEWAllowed:ACCEPTEDREJECTEDREQUIRES_REVIEWverify_entityobjectOptional information to be verified against a document.verify_entity objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200Successfully updated document. 400You have provided incorrect data. 403You do not have permission to access this resource. 404The specified resource was not found. 429Too many requests. The request has been rate limited. For more information, visit our documentation on rate limiting.Updated 7 months ago