---
title: "Replace report category"
method: PUT
path: "/v1/ReportCategories/{id}"
tags: ["ReportCategories"]
---

# Replace report category

`PUT /v1/ReportCategories/{id}`

Replace an existing report category.

## Path parameters

- `id` integer, required

## Request body

- RevAppModelsReportCategory
  - `report_category_id` integer — Primary identifier for this report category.
  - `description` string — Short description of this category (i.e. the name).
  - `order_index` integer — An index value used for sequencing, lowest shown first.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.dev/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.dev/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
