SupSoftwareProjectPatchParametersPayload
Payload returned after patching parameters on a software project.
type SupSoftwareProjectPatchParametersPayload {
errors: [SupSoftwareProjectPatchParametersError!]
success: Boolean
}
Fields
SupSoftwareProjectPatchParametersPayload.errors ● [SupSoftwareProjectPatchParametersError!] list union
SupSoftwareProjectPatchParametersPayload.success ● Boolean scalar
Return true if operation succeeded.