Skip to content

Add To Dictionary

POST
/api/writing/worldspell/dictionary/{project_id}

Add a word to the project’s custom dictionary.

project_id
required
Project Id
string
AddToDictionaryRequest

Request to add a word to the custom dictionary.

object
word
required
Word

Word to add

string
>= 1 characters
source
Source

Source of addition

string
default: manual

Successful Response

SuccessResponse

Generic success response.

object
success
required
Success
boolean

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object