---
title: "Update an existing task config"
method: PATCH
path: "/v1/org/{orgId}/task-config/{id}"
tags: ["task-config"]
---

# Update an existing task config

`PATCH /v1/org/{orgId}/task-config/{id}`

## Path parameters

- `orgId` string, required
- `id` string, required

## Request body

- UpdateTaskConfig
  - `type` 'FORM_SUBMIT' | 'FORM_RESPONSE_APPROVE' | 'FORM_RESPONSE_RESUBMIT' | 'CHANGE_APPROVE' | 'TIMEOFF_APPROVE' | 'SCENARIO_CHANGES_APPROVE' | 'SCENARIO_CHANGES_CREATE' | 'ORG_IMPORT' | 'COMP_REVIEW_APPROVAL_SUBMIT' | 'SCENARIO_APPROVAL_SUBMIT' | 'APPROVAL_CHAIN_UPDATE_FALLBACK_APPROVER' | 'ACTION' | 'SIGNATURE' | 'GOAL_PROGRESS' | 'TODO' — type of task generated by the task config
  - `dueDate` DueDate
    - `type` 'EXACT' | 'RELATIVE', required
    - `dueDay` string, required — due day, in either relative (-7d) or exact (YYYY-MM-DD) format
    - `dueTime` string, required — due time, which is a LocalTime
  - `pastDueAction` 'NONE' | 'SET_EXPIRED' — sets pastDueAction on the task when it's generated
  - `isSkippable` boolean — sets isSkippable on the task
  - `label` string — human-readable label that should be used for all tasks associated with the config as the task name
  - `description` string — description for all tasks associated with the config that should be used in notifications
  - `deleteId` string — deleted by user id
  - `deleteAt` string — deleted timestamp

## Response `204`

successful operation

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
