Skip to main content

SupSoftwareProjectPatchParametersInput

Input for patching parameters on a software project.

input SupSoftwareProjectPatchParametersInput {
addParameters: [SupSoftwareProjectParameterInput!]
removeParameters: [SupSoftwareProjectParameterInfoInput!]
softwareProjectId: ID!
}

Fields

SupSoftwareProjectPatchParametersInput.addParameters ● [SupSoftwareProjectParameterInput!] list input

Parameters to add or update. Creates the parameter if new, replaces its values if it already exists.

SupSoftwareProjectPatchParametersInput.removeParameters ● [SupSoftwareProjectParameterInfoInput!] list input

Titles of parameters to remove entirely from this software project.

SupSoftwareProjectPatchParametersInput.softwareProjectId ● ID! non-null scalar

The unique identifier of the software project.