---
title: "PATCH /user/degree"
method: PATCH
path: "/user/degree"
tags: ["User"]
---

# PATCH /user/degree

`PATCH /user/degree`

Updates currently logged in user's degree

## Request body

- object
  - `degree_name` string
  - `degree_starting_year` integer

## Response `200`

OK

- object
  - `message` string

## Other responses

- `307` — Redirect to login

---

[API](https://skmtc.net/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.net/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/versions/b169cdb125bd/schema)
