---
title: "PUT /workbench/update"
method: PUT
path: "/workbench/update"
tags: ["Workbench"]
---

# PUT /workbench/update

`PUT /workbench/update`

Update or add an indicator to the existing workbench specified by the given ID.

## Request body

- UpdateWorkbenchIndicatorRequest
  - `indicatorProvider` string, nullable — The provider's UUID for the indicator.
  - `indicatorProviderId` string, nullable — The provider id of the indicator.
  - `workbenchId` string, nullable — The workbench id to update or add the indicator to.
  - `offset` integer, nullable — The offset to shift the indicator by. Defaults to 0.
  - `expectedSign` string, nullable — The expected sign of the coefficient. Possible options are: Unspecified, Positive, Negative. Defaults to Unspecified.
  - `locked` boolean, nullable — Whether to lock the indicator for editing in the application. Defaults to False.
  - `visible` boolean, nullable — Whether to show the indicator or hide it in the application. Defaults to True.
  - `displayInformation` DisplayInformation
    - `name` string, nullable — The display name to be used in the application. Limited to 50 characters.
    - `description` string, nullable — The description to be shown in the application. Limited to 1,000 characters.
    - `color` string, nullable — The color to use in the application. Must be a valid hex color code.
    - `category` string, nullable — The category of the indicator. Limited to 1,000 characters.

## Response `200`

OK

- ResponseMessage[]
  - `code` string, nullable
  - `message` string, nullable

## Other responses

- `400` — Bad Request
- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
