---
title: "Changes to Create Grant"
method: POST
path: "/v1/grants"
---

# Changes to Create Grant

`POST /v1/grants`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 41 revisions.

- **2026-06-25** `90671617b825` — 28 breaking, 35 info
- **2026-05-15** `412b6fc0ed4e` — 2 warning, 2 info
- **2026-05-15** `e82b2918c9fb` — 8 warning, 12 info
- **2026-05-08** `660117ded011` — 2 warning, 2 info
- **2026-05-08** `bdf7c9c5d024` — 6 warning, 2 info

## Changes

- **2026-06-25** `90671617b825` — 28 breaking, 35 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `409` status
  - removed the required property `code` from the response with the `410` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `409` status
  - removed the required property `error` from the response with the `410` status
  - removed the required property `error` from the response with the `500` status
  - removed the required property `message` from the response with the `400` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `403` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `409` status
  - removed the required property `message` from the response with the `410` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `timestamp` from the response with the `400` status
  - removed the required property `timestamp` from the response with the `401` status
  - removed the required property `timestamp` from the response with the `403` status
  - removed the required property `timestamp` from the response with the `404` status
  - removed the required property `timestamp` from the response with the `409` status
  - removed the required property `timestamp` from the response with the `410` status
  - removed the required property `timestamp` from the response with the `500` status
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `401`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `404`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `409`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `410`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `500`
  - added the required property `detail` to the response with the `400` status
  - added the required property `detail` to the response with the `401` status
  - added the required property `detail` to the response with the `403` status
  - added the required property `detail` to the response with the `404` status
  - added the required property `detail` to the response with the `409` status
  - …23 more
- **2026-05-15** `412b6fc0ed4e` — 2 warning, 2 info
  - added the new `canceled` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `canceled` enum value to the `statuses/items/status` response property for the response status `201`
  - removed the `cancelled` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `cancelled` enum value from the `statuses/items/status` response property for the response status `201`
- **2026-05-15** `e82b2918c9fb` — 8 warning, 12 info
  - added the new `awaiting_account_approval` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `awaiting_account_approval` enum value to the `statuses/items/status` response property for the response status `201`
  - added the new `awaiting_daf_submission` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `awaiting_daf_submission` enum value to the `statuses/items/status` response property for the response status `201`
  - added the new `cancelled` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `cancelled` enum value to the `statuses/items/status` response property for the response status `201`
  - added the new `initiated` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `initiated` enum value to the `statuses/items/status` response property for the response status `201`
  - removed the `Approved` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `Approved` enum value from the `statuses/items/status` response property for the response status `201`
  - removed the `Canceled` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `Canceled` enum value from the `statuses/items/status` response property for the response status `201`
  - removed the `Completed` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `Completed` enum value from the `statuses/items/status` response property for the response status `201`
  - removed the `Initiated` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `Initiated` enum value from the `statuses/items/status` response property for the response status `201`
  - removed the `PendingDonorAccountApproval` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `PendingDonorAccountApproval` enum value from the `statuses/items/status` response property for the response status `201`
  - removed the `Rejected` enum value from the `statuses/items/status` response property for the response status `200`
  - removed the `Rejected` enum value from the `statuses/items/status` response property for the response status `201`
- **2026-05-08** `660117ded011` — 2 warning, 2 info
  - removed the optional property `donorAccountId` from the response with the `200` status
  - removed the optional property `donorAccountId` from the response with the `201` status
  - added the optional property `donor_account_id` to the response with the `200` status
  - added the optional property `donor_account_id` to the response with the `201` status
- **2026-05-08** `bdf7c9c5d024` — 6 warning, 2 info
  - added the new `Approved` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `Approved` enum value to the `statuses/items/status` response property for the response status `201`
  - added the new `PendingDonorAccountApproval` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `PendingDonorAccountApproval` enum value to the `statuses/items/status` response property for the response status `201`
  - added the new `Rejected` enum value to the `statuses/items/status` response property for the response status `200`
  - added the new `Rejected` enum value to the `statuses/items/status` response property for the response status `201`
  - added the optional property `donorAccountId` to the response with the `200` status
  - added the optional property `donorAccountId` to the response with the `201` status

---

[Operation](https://skmtc.dev/chariot-giving/apis/specs/docs/v1/grants/post.md) · [API](https://skmtc.dev/chariot-giving/apis/specs.md) · [Page](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/grants/post)
