Update the model associated with a document without recreating the document. This preserves all existing metadata such as owner information, view counts, and other document properties.
Both models must:
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The identifier of the document to update. To retrieve the identifier, navigate to File > Document settings in the document and then click Settings. The Identifier field contains the document identifier.
The ID of the new model to associate with the document. The new model must belong to the same organization and use the same database dialect as the current model.