---
title: "Updates instructions of a given task."
method: PUT
path: "/tasks/{taskId}/instructions"
tags: ["Tasks (Classic)"]
---

# Updates instructions of a given task.

`PUT /tasks/{taskId}/instructions`

Updates instructions of a given task.

## Path parameters

- `taskId` string, required

## Request body

- InstructionsDTO
  - `fromCustomer` string
  - `forProvider` string
  - `internal` string
  - `paymentNoteForCustomer` string
  - `paymentNoteForVendor` string
  - `notes` string

## Response `200`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
