---
title: "공지팝업 수정"
method: PUT
path: "/bapi/v1/info/popup/{id}"
tags: ["Admin Info"]
---

# 공지팝업 수정

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

## Path parameters

- `id` string, required

## Request body

- AdminNoticePopupRequest
  - `contentsEn` string — 공지팝업 영어 내용
  - `contentsKr` string — 공지팝업 한글 내용
  - `endTimestamp` integer — 공지팝업 종료 시간
  - `imageEnUrl` string — 공지팝업 영어 이미지
  - `imageKrUrl` string — 공지팝업 한글 이미지
  - `linkEnUrl` string — 공지팝업 영어 링크
  - `linkKrUrl` string — 공지팝업 한글 링크
  - `startTimestamp` integer — 공지팝업 시작 시간
  - `titleEn` string — 공지팝업 영어 제목
  - `titleKr` 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)
