---
title: "Changes to Upsert assignments"
method: PUT
path: "/api/v1-beta/customers/{id}/assignments"
---

# Changes to Upsert assignments

`PUT /api/v1-beta/customers/{id}/assignments`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 115 revisions.

- **2026-07-28** `913f273cc2f7` — 1 warning
- **2026-07-23** `b876edd1a4fc` — 5 warning
- **2026-07-08** `58bb216ff8ce` — 1 warning
- **2026-07-08** `808e91157927` — 2 info
- **2026-06-21** `d4132ca92ac3` — 2 breaking, 1 warning, 2 info
- **2026-06-18** `c7a9b61e90a4` — 1 breaking, 1 info
- **2026-06-18** `de96c0c4633a` — 5 breaking, 5 info
- **2026-06-10** `2ecdbf877f12` — 1 breaking, 1 warning, 8 info
- **2026-06-08** `3acd63d6c861` — 2 info
- **2026-06-04** `4fa87d66426d` — 1 warning
- **2026-05-31** `0dece860f678` — 1 warning
- **2026-05-28** `b181b166a2a5` — 1 warning
- **2026-05-26** `088145867cf3` — 1 info

## Changes

- **2026-07-28** `913f273cc2f7` — 1 warning
  - added the new `ContractNotFound` enum value to the `code` response property for the response status `404`
- **2026-07-23** `b876edd1a4fc` — 5 warning
  - added the new `CreditOveragePriceCurrencyNotFound` enum value to the `code` response property for the response status `400`
  - added the new `InvalidCreditOverageBillingModel` enum value to the `code` response property for the response status `400`
  - added the new `InvoicePreviewNotAvailableForDraftContract` enum value to the `code` response property for the response status `400`
  - added the new `OveragePriceNotSupportedOnAddon` enum value to the `code` response property for the response status `400`
  - added the new `OveragePriceRequiresUsageLimit` enum value to the `code` response property for the response status `400`
- **2026-07-08** `58bb216ff8ce` — 1 warning
  - added the new `GovernanceNotEnabled` enum value to the `code` response property for the response status `403`
- **2026-07-08** `808e91157927` — 2 info
  - api tag `Governance Assignments` added
  - api tag `Beta - Assignments` removed
- **2026-06-21** `d4132ca92ac3` — 2 breaking, 1 warning, 2 info
  - removed the enum value `MONTH` of the request property `assignments/items/cadence`
  - added the pattern `^(?:P[1-9]\d*[YMWD]|PT[1-9]\d*[HMS])$` to the request property `assignments/items/cadence`
  - the `assignments/items/cadence` request property's maxLength was set to `255`
  - removed the `MONTH` enum value from the `data/items/cadence` response property for the response status `200`
  - the `data/items/cadence` response's property pattern `^(?:P[1-9]\d*[YMWD]|PT[1-9]\d*[HMS])$` was added for the status `200`
- **2026-06-18** `c7a9b61e90a4` — 1 breaking, 1 info
  - the response property `data/items/usageLimit` became nullable for the status `200`
  - the request property `assignments/items/usageLimit` became nullable
- **2026-06-18** `de96c0c4633a` — 5 breaking, 5 info
  - the `data/items/currencyId` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `data/items/entityId` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `data/items/featureId` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `data/items/parentId` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `data/items/scopeEntityIds/items/` response property's minLength was decreased from `1` to `0` for the response status `200`
  - the `data/items/currencyId` response's property pattern `^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$` was removed for the status `200`
  - the `data/items/entityId` response's property pattern `^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$` was removed for the status `200`
  - the `data/items/featureId` response's property pattern `^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$` was removed for the status `200`
  - the `data/items/parentId` response's property pattern `^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$` was removed for the status `200`
  - the `data/items/scopeEntityIds/items/` response's property pattern `^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$` was removed for the status `200`
- **2026-06-10** `2ecdbf877f12` — 1 breaking, 1 warning, 8 info
  - removed the required property `data/items/capabilityId` from the response with the `200` status
  - removed the request property `assignments/items/capabilityId`
  - added the new optional request property `assignments/items/currencyId`
  - added the new optional request property `assignments/items/featureId`
  - added the new optional request property `assignments/items/parentId`
  - added the new optional request property `assignments/items/scopeEntityIds`
  - added the optional property `data/items/currencyId` to the response with the `200` status
  - added the optional property `data/items/featureId` to the response with the `200` status
  - added the required property `data/items/parentId` to the response with the `200` status
  - added the required property `data/items/scopeEntityIds` to the response with the `200` status
- **2026-06-08** `3acd63d6c861` — 2 info
  - added the new optional `header` request parameter `X-ACCOUNT-ID`
  - added the new optional `header` request parameter `X-ENVIRONMENT-ID`
- **2026-06-04** `4fa87d66426d` — 1 warning
  - added the new `PricingModelNotSupportedByBillingIntegration` enum value to the `code` response property for the response status `400`
- **2026-05-31** `0dece860f678` — 1 warning
  - added the new `DataExportIntegrationError` enum value to the `code` response property for the response status `400`
- **2026-05-28** `b181b166a2a5` — 1 warning
  - added the new `InvalidReceivedSignatureError` enum value to the `code` response property for the response status `400`
- **2026-05-26** `088145867cf3` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/stiggio/apis/stigg-api/docs/api/v1-beta/customers/:id/assignments/put.md) · [API](https://skmtc.dev/stiggio/apis/stigg-api.md) · [Page](https://skmtc.dev/stiggio/apis/stigg-api/changes/api/v1-beta/customers/:id/assignments/put)
