Refreshes the schema of the specified model. This will cause the model to reflect the latest changes to schemas, views, and fields from the data source.
This will remove structures that are no longer present in the source, but not anything created by users.
Depending on whether the Branch-based schema refresh setting is configured:
branch_id query parameter is required. The branch_id is validated against the shared model.branch_id parameter. The API will return a 400 error in this case.Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The ID of the model to be refreshed.
Required if Branch-based schema refresh is enabled. The ID of the branch for models with this setting enabled.
Do not provide this parameter when the setting is not enabled.