---
title: "Mark one page's SEO issue fixed"
method: PATCH
path: "/v3/seo-audit/audit-issues/{id}/mark-fixed"
tags: ["SEO Audit"]
---

# Mark one page's SEO issue fixed

`PATCH /v3/seo-audit/audit-issues/{id}/mark-fixed`

Marks a single audit-issue row as fixed (or unfixed) for one page. Records the user's judgement only — it does not change the website. Use mark_issue_fixed instead to mark the same issue across every page. Re-auditing can reopen it if still detected.

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Request body

- object
  - `markedFixed` boolean — true marks it 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/4532e367c679/schema)
