v2

latestOpenAPI 3.0.1private2026-07-2667209320.4 KB
Scan Configuration

Update App or Organization Scan Configuration

Creates or updates an organization scan configuration for this organization.

🧾 Audited This is recorded as ORGANIZATION_CONFIGURATION_MODIFIED User Activity.

Requires write:scan_config permission.

post/api/v1/configuration/{orgId}/update

Path parameters

orgIdstring uuid required

UUID identifier for this StackHawk Organization.

Request body

confstring

The HawkScan YAML configuration to save for this organization.

configType'ORG' | 'APP' | 'TARGET'

Whether the app is tied to a single application or shared by an organization.

namestring

The name of this saved scan configuration. The name should match the conf appId if the configuration is saved for an organization's application.

Response

OK