---
title: "마케팅 배너 수정"
method: PUT
path: "/bapi/v1/info/banner/{id}"
tags: ["Admin Info"]
---

# 마케팅 배너 수정

`PUT /bapi/v1/info/banner/{id}`

## Path parameters

- `id` string, required

## Request body

- AdminInsertBannerRequest
  - `description_en` string
  - `description_kr` string — 마케팅 배너 설명
  - `ttl_en` string
  - `ttl_kr` string — 마케팅 배너 타이틀 Kr
  - `url` string

## 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)
