v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBContent validator
Find and replace content
Performs find/replace operations on content using the specified model.
This endpoint allows you to replace views or fields across all documents associated with the model. This is useful when renaming model elements and need to update all references.
post/v1/models/{modelId}/content-validator
Path parameters
modelIdstring uuid required
The ID of the model to perform find/replace against.
Query parameters
userIdstring uuid
The user ID to act on behalf of. Only valid when using an organization API key.
User-scoped API keys cannot use this parameter and will receive a 403 error if provided.
Request body
Example request
{
"only_in_workbook_id": "550e8400-e29b-41d4-a716-446655440000"
}Response
Find/replace operation completed successfully