---
title: "Mark an SEO issue fixed across the site"
method: PATCH
path: "/v3/seo-audit/audit-issues/mark-all-fixed"
tags: ["SEO Audit"]
---

# Mark an SEO issue fixed across the site

`PATCH /v3/seo-audit/audit-issues/mark-all-fixed`

Marks one SEO issue as fixed (or unfixed) on every page of the team's site. This only records that the user considers it handled — it does not change the website. Use seo_audit to find the issue ID first. Re-auditing can reopen the issue if it is still detected.

## Query parameters

- `teamId` string, required
- `issueId` string, required

## Request body

- object
  - `markedFixed` boolean — true marks the issue fixed, false reopens it. Defaults to true.

## Response `200`

Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/c8f1f876a92c/schema)
