---
title: "PUT /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}"
method: PUT
path: "/api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}"
tags: ["tutorial-group"]
---

# PUT /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}

`PUT /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}`

## Path parameters

- `courseId` integer, required
- `tutorialGroupId` integer, required

## Request body

- CreateOrUpdateTutorialGroupRequest
  - `title` string, required
  - `tutorId` integer
  - `language` string, required
  - `isOnline` boolean
  - `campus` string
  - `capacity` integer
  - `additionalInformation` string
  - `tutorialGroupSchedule` TutorialGroupSchedule
    - `firstSessionStart` string, date-time, required
    - `firstSessionEnd` string, date-time, required
    - `repetitionFrequency` integer, required
    - `tutorialPeriodEnd` string, date, required
    - `location` string, required

## Response `200`

OK

## Changes

- **2026-04-04** `d4a3aebe33fc` — 3 breaking, 3 warning, 7 info
  - added the new required request property `language`
  - added the new required request property `title`
  - removed the media type `application/json` for the response with the status `200`
  - removed the request property `notificationText`
  - …9 more
- **2026-02-05** `428a7b266894` — 1 info
  - endpoint added
- **2025-06-29** `afd4091eb170` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/changes/api/tutorialgroup/courses/:courseId/tutorial-groups/:tutorialGroupId/put.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)
