---
title: "✨ Reorder learning assignments for a project"
method: PATCH
path: "/api/projects/{project_pk}/learning-assignments/reorder/"
tags: ["Learning Resources"]
---

# ✨ Reorder learning assignments for a project

`PATCH /api/projects/{project_pk}/learning-assignments/reorder/`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
Reorder the learning resource assignments for a project.

## Path parameters

- `project_pk` integer, required

## Request body

- PatchedProjectLearningAssignmentRequest
  - `allow_manual_access` boolean
  - `gate_annotator_data_manager` boolean, nullable
  - `gate_annotator_label_stream` boolean, nullable
  - `gate_reviewer_data_manager` boolean, nullable
  - `gate_reviewer_label_stream` boolean, nullable
  - `gate_reviewer_review_stream` boolean, nullable
  - `learning_resource_id` integer
  - `sort_order` integer

## Response `200`

- ProjectLearningAssignment[]
  - `allow_manual_access` boolean
  - `created_at` string, date-time, required
  - `gate_annotator_data_manager` boolean, nullable
  - `gate_annotator_label_stream` boolean, nullable
  - `gate_reviewer_data_manager` boolean, nullable
  - `gate_reviewer_label_stream` boolean, nullable
  - `gate_reviewer_review_stream` boolean, nullable
  - `id` integer, required
  - `learning_resource` LearningResourceAssignmentSummary, required
    - `default_allow_manual_access` boolean, required
    - `default_gate_annotator_data_manager` boolean, nullable, required
    - `default_gate_annotator_label_stream` boolean, nullable, required
    - `default_gate_reviewer_data_manager` boolean, nullable, required
    - `default_gate_reviewer_label_stream` boolean, nullable, required
    - `default_gate_reviewer_review_stream` boolean, nullable, required
    - `id` integer, required
    - `is_published` boolean, required
    - `title` string, required
  - `project` integer, required
  - `sort_order` integer
  - `updated_at` string, date-time, required

## Changes

- **2026-07-08** `93493def8bb7` — 1 info
  - added optional request body
- **2026-06-29** `bc7890317951` — 2 info
  - added `#/components/schemas/LearningResourceAssignmentSummary` to the `items/learning_resource` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/LearningResource` from the `items/learning_resource` response property `allOf` list for the response status `200`
- **2026-06-16** `77f50e3ef220` — 2 warning, 10 info
  - removed the optional property `items/gate_before_first_annotation` from the response with the `200` status
  - removed the optional property `items/learning_resource/allOf[#/components/schemas/LearningResource]/default_gate_before_first_annotation` from the response with the `200` status
  - added the optional property `items/gate_annotator_data_manager` to the response with the `200` status
  - added the optional property `items/gate_annotator_label_stream` to the response with the `200` status
  - …8 more
- **2026-06-10** `d3cf6cceebfd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/projects/:project_pk/learning-assignments/reorder/patch.md)

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/bcbdfd8a482f/schema)
