---
title: "POST /api/hyperion/courses/{courseId}/checklist-actions"
method: POST
path: "/api/hyperion/courses/{courseId}/checklist-actions"
tags: ["hyperion-problem-statement"]
---

# POST /api/hyperion/courses/{courseId}/checklist-actions

`POST /api/hyperion/courses/{courseId}/checklist-actions`

## Path parameters

- `courseId` integer, required

## Request body

- ChecklistActionRequest — Request to apply an AI-powered checklist action to the problem statement
  - `actionType` 'FIX_QUALITY_ISSUE' | 'FIX_ALL_QUALITY_ISSUES' | 'ADAPT_DIFFICULTY', required — Type of action to apply
  - `problemStatementMarkdown` string, required — Current problem statement markdown
  - `context` object — Action-specific context parameters

## Response `200`

OK

- ChecklistActionResponse — Response from applying a checklist action to the problem statement
  - `updatedProblemStatement` string — The updated problem statement markdown
  - `applied` boolean — Whether the action was successfully applied
  - `summary` string — Short summary of what was changed

## Changes

- **2026-05-02** `039041cdc17b` — 1 breaking
  - the `problemStatementMarkdown` request property's minLength was increased from `0` to `1`
- **2026-03-13** `bf50c0d4974d` — 1 info
  - added the new `ADAPT_DIFFICULTY` enum value to the request property `actionType`
- **2026-03-10** `114a641568a1` — 1 info
  - endpoint added
- **2025-06-29** `afd4091eb170` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/changes/api/hyperion/courses/:courseId/checklist-actions/post.md)

---

[API](https://skmtc.dev/ls1intum/apis/artemis-application-server-api.md) · [All operations](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ls1intum/artemis-application-server-api/revisions/cecac5f6c8e5/schema)
