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

# Update ruleboard overview

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

buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE
 buf:lint:ignore RPC_RESPONSE_STANDARD_NAME

## 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 — Slug of the ruleboard as it appears in the URL.

## Request body

- ProtosRuleboardV1UpdateRuleboardOverviewRequest
  - `name` string — Name of the ruleboard.
  - `assigned_repos` string[] — List of projects associated with the ruleboard, as strings.

## Response `200`

OK

- ProtosRuleboardV1RuleboardOverview
  - `name` string
  - `slug` string
  - `default` boolean
  - `assigned_repos` 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)
