Update App or Organization Scan Configuration
/api/v1/configuration/{orgId}/update Creates or updates an organization 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
The HawkScan YAML configuration to save for this organization.
Whether the app is tied to a single application or shared by an organization.
3 available options
ORGAPPTARGETThe 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
Bad Request
Unauthorized