Update a site finding
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteFindingIdstringRequired
The unique id of the site finding
Body
statusstring · enumRequiredPossible values:
Status of a site finding.
candidateis a finding that has been raised but not yet confirmed. Typically these are not shown to users.openis a finding that has been surfaced to users and is still under investigation.doneis a finding that has been resolved and is no longer under investigation.canceledis a finding that has been canceled and is no longer under investigation.
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the finding
scanstringRequired
The site scan ID associated with the finding
topicstring · nullableRequired
The site topic ID associated with the finding. It is null for findings that are not associated with a current topic in the site.
titlestring · max: 256Required
Short finding title
changeRequestsnumberRequired
Number of change requests linked to the finding
pagesnumberRequired
Number of pages linked to the finding
recordsnumberRequired
Number of records linked to the finding
questionsnumberRequired
Number of questions linked to the finding
statusstring · enumRequiredPossible values:
Status of a site finding.
candidateis a finding that has been raised but not yet confirmed. Typically these are not shown to users.openis a finding that has been surfaced to users and is still under investigation.doneis a finding that has been resolved and is no longer under investigation.canceledis a finding that has been canceled and is no longer under investigation.
typestring · enumRequiredPossible values:
Classification of a site finding:
- Outdated content: The content was correct but is no longer up to date with external context and may be misleading or incorrect.
- Incorrect content: The content is factually wrong or misleading, leading users astray regardless of whether it was ever correct.
- Content gap: The content is missing important information that should be present to answer user questions effectively.
- Other: Any other type of finding not covered by the above categories.
severitystring · enumRequiredPossible values:
Estimated end-user severity of a site finding.
autoFixablebooleanRequired
Whether an AI agent should be able to fix this finding directly
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
patch/orgs/{organizationId}/sites/{siteId}/findings/{siteFindingId}
200
OK
Last updated
Was this helpful?