---
title: "Move Period"
method: POST
path: "/api/plan/week/move"
tags: ["plan"]
---

# Move Period

`POST /api/plan/week/move`

Where a missed or clashing period could go instead. A proposal only.

Nothing is written: the learner confirms the new time through accept, the
same as every other thing she suggests.

## Headers

- `authorization` string, nullable

## Request body

- MoveRequest
  - `period_id` string, nullable
  - `start` string, nullable
  - `minutes` integer, nullable
  - `activity` string, nullable
  - `path` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/api/plan/week/move/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
