---
title: "Update Status Mappings"
method: POST
path: "/task/statusmapping"
---

# Update Status Mappings

`POST /task/statusmapping`

Lets you update mappings between the predefined and the user-defined statuses.

## Query parameters

- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `tasks` object
      - `task_statuses` object
        - `status` object[]
          - `id` string
          - `value` string
          - `label` string
          - `item_status` object
            - `success` string
            - `code` string
            - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
