---
title: "Restore hidden collection items"
method: PATCH
path: "/v1/collection/restore"
tags: ["Collection"]
---

# Restore hidden collection items

`PATCH /v1/collection/restore`

Restore one or more hidden items back to the collection.

## Request body

- CollectionItemIdsDto
  - `ids` string[], required — Array of collection item (attachment) IDs

## Response `200`

Items restored successfully

- CollectionBatchResultDto
  - `affected` number, required — Number of items affected by the operation

---

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