---
title: "Change the extra page content in memory"
method: POST
path: "/admin/config/pagecontent"
tags: ["Internal", "Admin"]
---

# Change the extra page content in memory

`POST /admin/config/pagecontent`

## Request body

- AdminConfigValue
  - `value` union
    - string
    - boolean
    - string[]
    - number

## Response `200`

Page content has been changed

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

---

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