---
title: "마케팅 배너 등록"
method: POST
path: "/bapi/v1/info/banner"
tags: ["Admin Info"]
---

# 마케팅 배너 등록

`POST /bapi/v1/info/banner`

이미지 등록은 나중에 처리

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