---
search:
  tags:
    - administration
    - PUT
seo:
  description: >-
    Updates an existing support… Reference for the PUT
    /administration/project-settings/support-contingents/{id} endpoint in the
    Leadtime Public API API.
sidebar:
  badge: PUT
  label: Update support contingent
title: Update support contingent
type: openapi-operation
---
Updates an existing support contingent. All fields must be provided (full replacement).

**Required fields:**
- `title`: Updated title
- `fromDate`: Updated start date
- `toDate`: Updated end date
- `frequency`: Updated frequency
- `price`: Updated price
- `hours`: Updated hours

**Optional fields:**
- `transferable`: Updated transferability flag

**Note:** This is a full update operation. Use PATCH endpoint for partial updates.

<Operation source="api-reference" id="projectsettingscontroller-updatesupportcontingent" />
