---
title: "Rename an Organization Scan Configuration"
method: POST
path: "/api/v1/configuration/{orgId}/rename"
tags: ["Scan Configuration"]
---

# Rename an Organization Scan Configuration

`POST /api/v1/configuration/{orgId}/rename`

Renames an existing scan configuration for this organization.


> 🧾 Audited
> This is recorded as `ORGANIZATION_CONFIGURATION_MODIFIED` [User Activity](https://apidocs.stackhawk.com/reference/listauditactivity#user-activity-types).


> Requires `write:scan_config` permission.

## Path parameters

- `orgId` string, uuid, required

## Request body

- ConfigurationRenameOrganizationScanConfigurationRequest — Request to rename an organization scan configuration
  - `newName` string — The new name to set the file to
  - `originalName` string — The original name of the file

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.net/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/versions/ad3dfd54cb63/schema)
