---
title: "PATCH /base/{baseId}/share/{shareId}"
method: PATCH
path: "/base/{baseId}/share/{shareId}"
tags: ["base-share"]
---

# PATCH /base/{baseId}/share/{shareId}

`PATCH /base/{baseId}/share/{shareId}`

Update a base share link

## Path parameters

- `baseId` string, required
- `shareId` string, required

## Request body

- object
  - `allowSave` boolean, nullable
  - `allowCopy` boolean, nullable
  - `enabled` boolean
  - `password` string, nullable

## Response `200`

Returns the updated base share

- object
  - `baseId` string, required
  - `shareId` string, required
  - `password` boolean, required
  - `nodeId` string, required
  - `allowSave` boolean, nullable, required
  - `allowCopy` boolean, nullable, required
  - `enabled` boolean, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
