---
title: "Update a Workflow Delegation"
method: POST
path: "/workflowdelegationmanager.update"
tags: ["Workflow Delegation"]
---

# Update a Workflow Delegation

`POST /workflowdelegationmanager.update`

Allows you to update a workflow delegation's note. Returns updated delegation details.

## Request body

- object
  - `data` object, required
    - `typedId` string, required
    - `note` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` unknown
      - `sourceUserId` number
      - `sourceUser` string
      - `targetUserId` number
      - `targetUser` string
      - `status` string
      - `note` string
      - `createdByAdmin` boolean
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `startDate` string
      - `endDate` string
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
