---
title: "Update path descriptions for web application"
method: POST
path: "/system/pathdesc"
tags: ["System"]
---

# Update path descriptions for web application

`POST /system/pathdesc`

Refreshes path descriptions. The web application stores descriptions in a file under the data root so it is not
necessary to load path descriptions manually after each web application redeploy. Paths are relative to source
root, starting with `/`.

## Request body

- PathDescription[]
  - `path` string, required
  - `description` string, required

## Response `204`

Path descriptions updated.

---

[API](https://skmtc.net/oracle/apis/opengrok-restful-api.md) · [All operations](https://skmtc.net/oracle/apis/opengrok-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oracle/opengrok-restful-api/revisions/4844bf710203/schema)
