PUT
/
wordlist
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the wordlist to update

Body

application/json
name
string

New name for the wordlist

strict
boolean

Deprecated. Now using threshold in project settings.

words
string[]

New words for the wordlist. Replace the existing words with these new ones. Duplicate words will be ignored.

Response

200 - application/json
createdAt
string
required

Creation date of the wordlist

id
string
required

ID of the wordlist

name
string | null
required

Name of the wordlist

organizationId
string
required

ID of the organization

strict
boolean
required

Strict mode

userId
string | null
required

ID of the user

words
string[]
required

Words in the wordlist

Was this page helpful?