---
title: "Changes to Update task priority"
method: PUT
path: "/task/priority/{id}"
---

# Changes to Update task priority

`PUT /task/priority/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 23 revisions.

- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 10 info
- **2026-07-11** `32cece1ebe43` — 5 breaking, 6 info
- **2026-03-05** `c45ef22a736c` — 4 breaking, 4 info
- **2026-03-04** `298877d6a79a` — 5 breaking
- **2026-02-21** `4b8811b821e6` — 5 breaking, 4 info
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
- **2025-12-14** `38f83a691e6a` — 1 breaking, 11 warning, 1 info
- **2025-12-11** `93b231773126` — 1 breaking, 11 info

## Changes

- **2026-08-24** `08bbb5bedb5d` — 2 breaking, 10 info
  - the response property `dueDate` became nullable for the status `200`
  - the response property `startDate` became nullable for the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - the response property `dueDate` became required for the status `200`
  - the response property `startDate` became required for the status `200`
  - removed the `high` enum value from the `priority` response property for the response status `200`
  - removed the `low` enum value from the `priority` response property for the response status `200`
  - removed the `medium` enum value from the `priority` response property for the response status `200`
  - removed the `no-priority` enum value from the `priority` response property for the response status `200`
  - removed the `urgent` enum value from the `priority` response property for the response status `200`
- **2026-07-11** `32cece1ebe43` — 5 breaking, 6 info
  - request body became required
  - request property `priority` was restricted to a list of enum values
  - the `createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `dueDate` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `priority` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `high` enum value to the request property `priority`
  - added the new `low` enum value to the request property `priority`
  - added the new `medium` enum value to the request property `priority`
  - added the new `no-priority` enum value to the request property `priority`
  - added the new `urgent` enum value to the request property `priority`
  - added the optional property `startDate` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 4 breaking, 4 info
  - the response property `description` became nullable for the status `200`
  - the response property `number` became nullable for the status `200`
  - the response property `position` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `number` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `position` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 5 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `number` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `position` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `priority` response's property type/format changed from `string`/`` to ``/`` for status `200`
- **2026-02-21** `4b8811b821e6` — 5 breaking, 4 info
  - the response property `description` became nullable for the status `200`
  - the response property `number` became nullable for the status `200`
  - the response property `position` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - the `priority` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `number` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `position` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-02-21** `3a866dc99326` — 1 breaking, 6 info
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed the `archived` enum value from the `status` response property for the response status `200`
  - removed the `done` enum value from the `status` response property for the response status `200`
  - removed the `in-progress` enum value from the `status` response property for the response status `200`
  - removed the `in-review` enum value from the `status` response property for the response status `200`
  - removed the `planned` enum value from the `status` response property for the response status `200`
  - removed the `to-do` enum value from the `status` response property for the response status `200`
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
  - the response property `dueDate` became optional for the status `200`
  - removed `subschema #1, subschema #2` from the `dueDate` response property `anyOf` list for the response status `200`
- **2025-12-14** `38f83a691e6a` — 1 breaking, 11 warning, 1 info
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the new `archived` enum value to the `status` response property for the response status `200`
  - added the new `done` enum value to the `status` response property for the response status `200`
  - added the new `high` enum value to the `priority` response property for the response status `200`
  - added the new `in-progress` enum value to the `status` response property for the response status `200`
  - added the new `in-review` enum value to the `status` response property for the response status `200`
  - added the new `low` enum value to the `priority` response property for the response status `200`
  - added the new `medium` enum value to the `priority` response property for the response status `200`
  - added the new `no-priority` enum value to the `priority` response property for the response status `200`
  - added the new `planned` enum value to the `status` response property for the response status `200`
  - added the new `to-do` enum value to the `status` response property for the response status `200`
  - added the new `urgent` enum value to the `priority` response property for the response status `200`
  - removed `subschema #1, subschema #2` from the `priority` response property `anyOf` list for the response status `200`
- **2025-12-11** `93b231773126` — 1 breaking, 11 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `description` to the response with the `200` status
  - added the required property `dueDate` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `number` to the response with the `200` status
  - added the required property `position` to the response with the `200` status
  - added the required property `priority` to the response with the `200` status
  - added the required property `projectId` to the response with the `200` status
  - added the required property `status` to the response with the `200` status
  - added the required property `title` to the response with the `200` status
  - added the required property `userId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/task/priority/:id/put.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/task/priority/:id/put)
