---
title: "Changes the limit on a share."
method: PATCH
path: "/Share/Limit"
tags: ["Share", "Share"]
---

# Changes the limit on a share.

`PATCH /Share/Limit`

## Request body

- ChangeLimitRequest — Request to change the limits on a share code.
  - `ShareId` integer — Id of the share, you must own the share to make changes.
  - `Value` integer — New value for the given operation.
  - `Operation` 0 | 1 | 2 — Operation type for shares.

## Response `204`

Operation of given type was modified successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/pishock/apis/pishock-public-api-v1.md) · [All operations](https://skmtc.dev/pishock/apis/pishock-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pishock/pishock-public-api-v1/revisions/271272058af7/schema)
