Skip to main content
PATCH
PATCH
Updates one or more settings on a registered website. Only the provided fields are updated.

Request Body

string
required
UUID of the website to update.
string
New display name for the website.
string
New scan server region UUID.
boolean
Whether to enable WCAG 2.x AAA level checks during scans.

Response

boolean
true when the website has been updated.

Authorizations

Authorization
string
header
required

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

Body

application/json
website_id
string<uuid>
website_name
string
region_id
string<uuid>
enable_aaa
boolean

Response

200

Website updated