---
title: "Update share secure details"
method: PUT
path: "/cards/{cardId}/share-secure-details/{shareSecureDetailsId}"
tags: ["Share secure card details"]
---

# Update share secure details

`PUT /cards/{cardId}/share-secure-details/{shareSecureDetailsId}`

This endpoints allows updating the share secure card details

## Path parameters

- `cardId` string, required
- `shareSecureDetailsId` string, required

## Request body

- CardUpdateShareSecureDetailsRequest — Share secure card details request
  - `noOfLinkAccesses` integer — Number of times token/link shared will be accessible. Cannot be smaller than existing number of accesses
  - `expiryDate` string, date — Date of expiry of the secure card details link.Must match date format of yyyy-mm-dd and be in the future.
  - `otherDetailsToShare` string[] — List of other card details to share. Will be validated against fields in card response. Will replace existing list

## Response `204`

Share secure card details successfully updated

## Other responses

- `400` — Invalid request
- `403` — Invalid permissions

---

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