Skip to main content
Version: 2.0.0

Description

A term substitution is like swapping words. It takes out matching words and puts in the ones you want instead.

Resource

A term substitution resource conforms to the following interface:

interface TermSubstitutionInput {
uuid: string
original_text: string
replacement_text: string
created_at: datetime
updated_at: datetime
}