---
title: "Changes to Create praise item"
method: POST
path: "/api/praise"
---

# Changes to Create praise item

`POST /api/praise`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 15 of 50 revisions.

- **2026-07-17** `d960746392e5` — 1 info
- **2023-08-23** `990e717b779e` — 1 info
- **2023-08-23** `abdaebb919d2` — 1 breaking
- **2023-08-17** `bc9e361c5d5d` — 6 breaking, 1 info
- **2023-05-12** `78c48cd67184` — 6 breaking, 1 info
- **2023-04-27** `e14b4c818c53` — 1 info
- **2023-04-27** `e8ffc3233d9e` — 1 breaking
- **2023-04-24** `9096b31a006d` — 4 breaking, 20 info
- **2023-04-04** `aa4804c758aa` — 1 info
- **2023-04-04** `9acb2632a6fd` — 1 breaking
- **2023-04-04** `aa4804c758aa` — 9 breaking, 42 info
- **2023-04-03** `e1a32d8c1997` — 1 info
- **2023-04-03** `872dae15b4ba` — 1 breaking
- **2023-03-31** `af4ea0086c6f` — 50 breaking, 7 warning, 10 info
- **2002-04-24** `85037159b344` — 20 breaking, 2 warning, 7 info

## Changes

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

---

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