---
search:
  tags:
    - administration
    - PUT
seo:
  description: >-
    Updates an existing support contingent.… Reference for the PUT
    /administration/project-settings/support-contingents/{id} endpoint in the
    Leadtime Public API.
sidebar:
  label: Update support contingent
  badge: PUT
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.

`PUT /administration/project-settings/support-contingents/{id}`
