---
title: "Update Student Penalty"
method: PUT
path: "/api/v1/penalty/"
tags: ["penalty"]
---

# Update Student Penalty

`PUT /api/v1/penalty/`

## Request body

- UpdateStudentPenaltyRequest
  - `student_penalty_id` integer, required — Student Refund ID is required
  - `student_id` integer, required — Student ID is required
  - `amount` number — Amount is optional
  - `type` string — Type is optional
  - `remarks` string — Remarks is optional

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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