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
| Name | Type | Description |
|---|---|---|
| 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> |