---
title: "Update single support-item"
method: PUT
path: "/support-Items/{id}"
tags: ["support-item"]
---

# Update single support-item

`PUT /support-Items/{id}`

Update single support-item

## Path parameters

- `id` integer, required

## Request body

- object
  - `type` 'Provider Travel' | 'Provider Travel - Non-Labour Costs' | 'Activity Based Transport', required — Support item type
  - `toMinutes` integer, nullable — Minutes spent on travelling to the patient for provider travel
  - `returnMinutes` integer, nullable — Minutes spent traveling from the patient for provider travel

## Response `200`

Return 1 on success

---

[API](https://skmtc.dev/splose/apis/splose-public-api.md) · [All operations](https://skmtc.dev/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
