---
title: "Update Share"
method: PATCH
path: "/updateShare"
---

# Update Share

`PATCH /updateShare`

## Request body

- UpdateShareRequest
  - `id` string, required
  - `label` string, nullable
  - `title` string, nullable
  - `expiresInDays` integer, nullable
  - `personIds` string[], nullable
  - `personFieldValueIds` string[], nullable
  - `personFieldPresentation` 'combined' | 'per_person' | 'combined_and_people', nullable
  - `folderNames` string[], nullable
  - `folderCategories` object, nullable
  - `folderRefs` ShareFolderRefRequest[], nullable
    - `name` string, required
    - `category` string, nullable
  - `mode` 'per_person' | 'all_in_one', nullable
  - `category` string, nullable
  - `unlockedTags` string[], nullable
  - `description` string, nullable
  - `includedLabel` string, nullable
  - `imageIds` string[], nullable
  - `includedImageIds` string[], nullable
  - `excludedImageIds` string[], nullable
  - `password` string, nullable
  - `removePassword` boolean, nullable
  - `showLockedTags` boolean, nullable
  - `showLockedPhotographers` boolean, nullable
  - `showFlagged` boolean, nullable
  - `unlockedPhotographers` string[], nullable
  - `reviewEnabled` boolean, nullable
  - `reviewInstructions` string, nullable
  - `imageSortField` string, nullable
  - `imageSortDir` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
