# Acknowledge an exception item

> Moves the item to `acknowledged` ('someone is on it'), recording who. A no-op that returns the item unchanged when already acknowledged; rejected when already resolved.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Acknowledge an exception item"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/exceptions/{exception_id}/acknowledge"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Moves the item to `acknowledged` ("someone is on it"), recording who. A no-op that returns the item unchanged when already acknowledged; rejected when already resolved.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./acknowledge-exception.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./acknowledge-exception.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./acknowledge-exception.StatusCodes.json")}
>
  
</StatusCodes>
