---
title: "Changes to Quantify praise item by id"
method: PATCH
path: "/api/quantifications/{id}"
---

# Changes to Quantify praise item by id

`PATCH /api/quantifications/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 50 revisions.

- **2023-08-23** `990e717b779e` — 1 info
- **2023-08-23** `abdaebb919d2` — 1 breaking
- **2023-08-17** `bc9e361c5d5d` — 3 breaking
- **2023-05-12** `78c48cd67184` — 3 breaking
- **2023-04-27** `e14b4c818c53` — 1 info
- **2023-04-27** `e8ffc3233d9e` — 1 breaking
- **2023-04-24** `9096b31a006d` — 2 breaking, 10 info
- **2023-04-04** `aa4804c758aa` — 1 info
- **2023-04-04** `9acb2632a6fd` — 1 breaking
- **2023-04-04** `aa4804c758aa` — 3 breaking, 21 info
- **2023-04-03** `e1a32d8c1997` — 1 info
- **2023-04-03** `872dae15b4ba` — 1 breaking
- **2023-03-31** `af4ea0086c6f` — 23 breaking, 2 warning, 5 info
- **2002-04-24** `85037159b344` — 10 breaking, 1 warning, 3 info

## Changes

- **2023-08-23** `990e717b779e` — 1 info
  - endpoint added
- **2023-08-23** `abdaebb919d2` — 1 breaking
  - api path removed without deprecation
- **2023-08-17** `bc9e361c5d5d` — 3 breaking
  - the `items/forwarder/name` response property's minLength was decreased from `4` to `2` for the response status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccount]/name` response property's minLength was decreased from `4` to `2` for the response status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccount]/name` response property's minLength was decreased from `4` to `2` for the response status `200`
- **2023-05-12** `78c48cd67184` — 3 breaking
  - the `items/forwarder/name` response property's maxLength was increased from `20` to `32` for the response status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccount]/name` response property's maxLength was increased from `20` to `32` for the response status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccount]/name` response property's maxLength was increased from `20` to `32` for the response status `200`
- **2023-04-27** `e14b4c818c53` — 1 info
  - endpoint added
- **2023-04-27** `e8ffc3233d9e` — 1 breaking
  - api path removed without deprecation
- **2023-04-24** `9096b31a006d` — 2 breaking, 10 info
  - the response property `items/forwarder` became optional for the status `200`
  - the `items/forwarder` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `items/forwarder/user` to the response with the `200` status
  - removed `#/components/schemas/UserAccount` from the `items/forwarder` response property `allOf` list for the response status `200`
  - added the required property `items/forwarder/_id` to the response with the `200` status
  - added the required property `items/forwarder/accountId` to the response with the `200` status
  - added the required property `items/forwarder/avatarId` to the response with the `200` status
  - added the required property `items/forwarder/createdAt` to the response with the `200` status
  - added the required property `items/forwarder/name` to the response with the `200` status
  - added the required property `items/forwarder/platform` to the response with the `200` status
  - added the required property `items/forwarder/updatedAt` to the response with the `200` status
  - the response required property `items/forwarder` became not read-only for the status `200`
- **2023-04-04** `aa4804c758aa` — 1 info
  - endpoint added
- **2023-04-04** `9acb2632a6fd` — 1 breaking
  - api path removed without deprecation
- **2023-04-04** `aa4804c758aa` — 3 breaking, 21 info
  - the `items/forwarder/allOf[#/components/schemas/UserAccount]/user` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccount]/user` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccount]/user` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/_id` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/createdAt` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/identityEthAddress` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/rewardsEthAddress` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/roles` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/updatedAt` to the response with the `200` status
  - added the required property `items/forwarder/allOf[#/components/schemas/UserAccount]/user/username` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/_id` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/createdAt` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/identityEthAddress` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/rewardsEthAddress` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/roles` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/updatedAt` to the response with the `200` status
  - added the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/username` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/_id` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/createdAt` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/identityEthAddress` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/rewardsEthAddress` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/roles` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/updatedAt` to the response with the `200` status
  - added the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/username` to the response with the `200` status
- **2023-04-03** `e1a32d8c1997` — 1 info
  - endpoint added
- **2023-04-03** `872dae15b4ba` — 1 breaking
  - api path removed without deprecation
- **2023-03-31** `af4ea0086c6f` — 23 breaking, 2 warning, 5 info
  - the `items/forwarder` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccount]/user` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccount]/user` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `items/forwarder/_id` from the response with the `200` status
  - removed the required property `items/forwarder/accountId` from the response with the `200` status
  - removed the required property `items/forwarder/createdAt` from the response with the `200` status
  - removed the required property `items/forwarder/name` from the response with the `200` status
  - removed the required property `items/forwarder/platform` from the response with the `200` status
  - removed the required property `items/forwarder/updatedAt` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/_id` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/createdAt` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/identityEthAddress` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/rewardsEthAddress` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/roles` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/updatedAt` from the response with the `200` status
  - removed the required property `items/giver/allOf[#/components/schemas/UserAccount]/user/username` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/_id` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/createdAt` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/identityEthAddress` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/rewardsEthAddress` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/roles` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/updatedAt` from the response with the `200` status
  - removed the required property `items/receiver/allOf[#/components/schemas/UserAccount]/user/username` from the response with the `200` status
  - removed the optional property `items/forwarder/avatarId` from the response with the `200` status
  - removed the optional property `items/forwarder/user` from the response with the `200` status
  - the response optional property `items/forwarder` became read-only for the status `200`
  - added `#/components/schemas/UserAccount` to the `items/forwarder` response property `allOf` list for the response status `200`
  - the response property `items/forwarder` became required for the status `200`
  - the response property `items/giver/allOf[#/components/schemas/UserAccount]/avatarId` became required for the status `200`
  - the response property `items/receiver/allOf[#/components/schemas/UserAccount]/avatarId` became required for the status `200`
- **2002-04-24** `85037159b344` — 10 breaking, 1 warning, 3 info
  - the response property `items/giver/allOf[#/components/schemas/UserAccount]/avatarId` became optional for the status `200`
  - the response property `items/receiver/allOf[#/components/schemas/UserAccount]/avatarId` became optional for the status `200`
  - the `items/forwarder` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/forwarder/_id` from the response with the `200` status
  - removed the required property `items/forwarder/accountId` from the response with the `200` status
  - removed the required property `items/forwarder/avatarId` from the response with the `200` status
  - removed the required property `items/forwarder/createdAt` from the response with the `200` status
  - removed the required property `items/forwarder/name` from the response with the `200` status
  - removed the required property `items/forwarder/platform` from the response with the `200` status
  - removed the required property `items/forwarder/updatedAt` from the response with the `200` status
  - removed the optional property `items/forwarder/user` from the response with the `200` status
  - the response optional property `items/forwarder` became read-only for the status `200`
  - added `#/components/schemas/UserAccount` to the `items/forwarder` response property `allOf` list for the response status `200`
  - the response property `items/forwarder` became required for the status `200`

---

[Operation](https://skmtc.dev/givepraise/apis/praise-api/docs/api/quantifications/:id/patch.md) · [API](https://skmtc.dev/givepraise/apis/praise-api.md) · [Page](https://skmtc.dev/givepraise/apis/praise-api/changes/api/quantifications/:id/patch)
