Update a redemption configuration with PATCH semantics (partial updates). Account must be token OWNER of the tokenId linked to that redemptionId.
Calendar handling:
- Send UUID to replace/add current calendar with that calendar
- Send parameters to create/update calendar with those parameters
- Send empty object {} to unlink calendar
For arrays like paymentCurrency, the full array is replaced. For objects like orderFormSettings and calendar, the full object is replaced.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
204Redemption configuration updated successfully.
400Bad request - validation errors:
• Invalid redemptionId format
• Invalid date formats or date logic
• Invalid payment currency codes
• At least one payment currency must be provided
• Start date must be before end date
• Redemption dates cannot overlap with existing redemptions for the same token
• Calendar not found (when calendar ID provided)
• Calendar not supported for close-ended redemptions
• Missing required calendar fields when creating new calendar
401Unauthorized - invalid or missing authentication token.
403Forbidden - account is not the token owner of the tokenId linked to the redemptionId.
404Not found:
• Redemption not found for the provided redemptionId
• Token not found for the redemption
