---
title: "Inset or Update Blog"
method: POST
path: "/prcenter/blogs/{id}"
tags: ["PR Center API"]
---

# Inset or Update Blog

`POST /prcenter/blogs/{id}`

Inset or Update Blog

## Path parameters

- `id` string, required

## Request body

- NewBlogRequest
  - `seq` integer
  - `category` string
  - `koTitle` string
  - `enTitle` string
  - `dispYn` string
  - `dispDt` string, required
  - `fileRegKey` string
  - `url` string
  - `file` string, binary
  - `fileName` string
  - `fileText` string
  - `filePath` string
  - `fileNewName` string

## Response `200`

OK

- ChamomileResponseMessageResponse
  - `code` integer
  - `message` string
  - `data` MessageResponse
    - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
