---
title: "Rename image collections"
method: POST
path: "/v2/images/collections/{id}"
tags: ["images"]
---

# Rename image collections

`POST /v2/images/collections/{id}`

This endpoint sets a new name for an image collection.

## Path parameters

- `id` string, required

## Request body

- object — Collection update request
  - `name` string, required — The new name of the collection

## Response `204`

Successfully updated collection

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Collection not found

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/versions/d2e03e7f655d/schema)
