Wasm Directoryalpha
Record

update-required-workflow-params

No description available.

record update-required-workflow-params {
  org: string,
  required-workflow-id: string,
  repository-id: option​<string>,
  scope: option​<create-required-workflow-body-scope-enum>,
  selected-repository-ids: option​<list​<s32>>,
  workflow-file-path: option​<string>,
}

Fields

NameTypeDescription
orgstring
required-workflow-idstring
repository-idoption​<string>
scopeoption​<create-required-workflow-body-scope-enum>
selected-repository-idsoption​<list​<s32>>
workflow-file-pathoption​<string>