---
title: "Update Tasks"
method: POST
path: "/task/update"
---

# Update Tasks

`POST /task/update`

Updates the status of existing tasks and metadata details.

## Query parameters

- `format` 'xml' | 'json'

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `tasks` object
      - `task` object
        - `status` string
        - `start_date` string
        - `end_date` string
        - `expiry_date` 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)
