# Save SPM Pipeline Infra Configs Endpoint: POST /gateway/ssca-manager/v1/ssca-config/pipeline-infra Version: 1.0 Security: x-api-key ## Header parameters: - `Harness-Account` (string, required) Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped. ## Request fields (application/json): - `org` (string) If the org id is not provided, infra is set at account-level. - `project` (string) If the project id is not provided, infra is set at org-level. - `spec` (string, required) Define the configuration of your infrastructure in JSON format. We now support both Kubernetes and Virtual Machines. - `allow_override` (boolean) When set to true, this setting enables configurations to be overridden at the project or organization level, regardless of whether they were previously defined at the account level.