Update support contingent
Updates an existing support contingent. All fields must be provided (full replacement).
Required fields:
title: Updated titlefromDate: Updated start datetoDate: Updated end datefrequency: Updated frequencyprice: Updated pricehours: Updated hours
Optional fields:
transferable: Updated transferability flag
Note: This is a full update operation. Use PATCH endpoint for partial updates.
/administration/project-settings/support-contingents/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidstringrequiredapplication/jsonfrequencynumberrequiredFrequency in months for the contingent period
fromDatestringrequiredStart date of the contingent period (ISO 8601 date format)
hoursnumberrequiredTotal hours allocated for the contingent period
pricenumberrequiredTotal price for the contingent period
titlestringrequiredTitle or name of the support contingent plan
toDatestringEnd date of the contingent period (ISO 8601 date format). If not set, the contingent is active forever.
transferablebooleanWhether unused hours can be transferred to the next period
Support contingent updated successfully
successbooleanrequiredOperation success flag
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions