---
title: "Update documentation URLs"
method: PUT
path: "/app/{app_id}/enterprise-portal/documentation"
tags: ["enterprisePortal"]
---

# Update documentation URLs

`PUT /app/{app_id}/enterprise-portal/documentation`

Update documentation URLs and markdown content for various installation methods

Required RBAC Policy: kots/app/[:appid]/enterprise-portal/documentation/update

## Path parameters

- `app_id` string, required

## Request body

- object
  - `embeddedClusterInstallURL` string — URL for Embedded Cluster installation documentation
  - `embeddedClusterPostInstall` string — Markdown content for Embedded Cluster post-installation steps
  - `embeddedClusterPreInstall` string — Markdown content for Embedded Cluster pre-installation steps
  - `helmInstallURL` string — URL for Helm installation documentation
  - `helmPostInstall` string — Markdown content for Helm post-installation steps
  - `helmPreInstall` string — Markdown content for Helm pre-installation steps
  - `kotsInstallURL` string — URL for KOTS installation documentation
  - `kurlInstallURL` string — URL for kURL installation documentation
  - `valuesOverrideURL` string — URL for Values Override documentation

## Response `200`

- object

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
