---
title: "Update ruleboard"
method: PUT
path: "/api/agent/deployments/{deploymentId}/ruleboards/{ruleboardSlug}"
tags: ["RuleboardService"]
---

# Update ruleboard

`PUT /api/agent/deployments/{deploymentId}/ruleboards/{ruleboardSlug}`

## Path parameters

- `deploymentId` string, int64, required — The unique numerical identifier of your deployment. Can be found via the [Deployments Service](#tag/DeploymentsService) or in your Settings in the web UI.
- `ruleboardSlug` string, required

## Request body

- ProtosRuleboardV1UpdateRuleboardRequest
  - `changes` ProtosRuleboardV1Changes[]
    - `item` ProtosRuleboardV1RuleItem
      - `id` string
      - `type` string
    - `policy` string
    - `update_type` string

## Response `200`

OK

- ProtosRuleboardV1UpdateRuleboardResponse
  - `rules` ProtosRuleboardV1Rule[]
    - `policy` string
    - `item` ProtosRuleboardV1RuleItem
      - `id` string
      - `type` string

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/revisions/6483eeecd582/schema)
