---
title: "Ack Enrichment"
method: POST
path: "/v1/content/{content_id}/enrichment/ack"
---

# Ack Enrichment

`POST /v1/content/{content_id}/enrichment/ack`

Mark the current suggestion set as applied or dismissed.

Writes NOTHING to the content row — accepting a suggestion is an ordinary
PATCH. This only records that the suggestion was dealt with, so it stops
being offered.

## Path parameters

- `content_id` string, required

## Request body

- EnrichmentAckRequest
  - `action` string, required
  - `fields` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 7 revisions in range; 1 not diffed.

- **2026-08-07** `4ff6d068cf75` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/shortkit/apis/shortkit-api/changes/v1/content/:content_id/enrichment/ack/post.md)

---

[API](https://skmtc.dev/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.dev/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/762a203ca815/schema)
