---
title: "프로젝트 수량변경"
method: PUT
path: "/bapi/v1/project/{id}/increment"
tags: ["Admin Project"]
---

# 프로젝트 수량변경

`PUT /bapi/v1/project/{id}/increment`

## Path parameters

- `id` integer, required

## Request body

- AdminUpdateProjectVolumeRequest
  - `serial_end` string — 프로젝트 인증서 시리얼 마지막 번호
  - `serial_postfix` string — 프로젝트 인증서 시리얼 Postfix
  - `serial_prefix` string — 프로젝트 인증서 시리얼 Prefix
  - `serial_start` string — 프로젝트 인증서 시리얼 시작 번호
  - `type` 'MINUS' | 'PLUS' — + or -
  - `value` number — 변경할 수량 절대값

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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