Affinda · Arazzo Workflow
Affinda Rename Document Type and Refresh Its Schema
Version 1.0.0
Look up a document type, rename it, then regenerate its JSON schema.
View Spec
View on GitHub
AIArtificial IntelligenceDocument ProcessingIntelligent Document ProcessingIDPOCRResume ParsingInvoice ParsingReceipt ParsingDocument ExtractionDocument ClassificationDocument SplittingRecruitmentBankingInsuranceLogisticsHealthcareGovernmentArazzoWorkflows
Provider
Workflows
rename-document-type-and-refresh-schema
Fetch a document type, rename it, then regenerate its JSON schema.
Reads a document type, patches its name and description, and regenerates the JSON schema for the updated type.
1
getDocumentType
getDocumentType
Read the document type so its current state is known before updating.
2
renameDocumentType
updateDocumentType
Update the document type's name and description.
3
refreshSchema
jsonSchemaFromDocumentType
Regenerate the JSON schema from the updated document type.