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_MODIFIEDUser Activity.
Requires
write:scan_configpermission.
Path parameters
orgIdstring · uuidrequiredUUID identifier for this StackHawk Organization.
Body
newName
stringThe new name to set the file to
originalName
stringThe original name of the file
Response
OK
Bad Request
Unauthorized