---
title: "Modify a vault token"
method: POST
path: "/v1/vault-tokens/{vault_token}"
---

# Modify a vault token

`POST /v1/vault-tokens/{vault_token}`

Modify an existing vault token representation

## Path parameters

- `vault_token` string, required

## Headers

- `x-user-secret-key` string, required
- `Content-Type` string, required

## Request body

- object
  - `expire_month` string, required — The card expiry month that you will update the token to.
  - `expire_year` string, required — The card expiry year you wish to update the token to.

## Response `200`

200

- object
  - `status` integer
  - `error` unknown
  - `resource` object
    - `type` string
    - `data` object
      - `vault_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/commbank/apis/powerboard-api.md) · [All operations](https://skmtc.dev/commbank/apis/powerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/commbank/powerboard-api/revisions/2ef3ed32f8c2/schema)
