Record
update-params
No description available.
record update-params {
owner: string,
repo: string,
allow-auto-merge: option<bool>,
allow-forking: option<bool>,
allow-merge-commit: option<bool>,
allow-rebase-merge: option<bool>,
allow-squash-merge: option<bool>,
allow-update-branch: option<bool>,
archived: option<bool>,
default-branch: option<string>,
delete-branch-on-merge: option<bool>,
description: option<string>,
has-issues: option<bool>,
has-projects: option<bool>,
has-wiki: option<bool>,
homepage: option<string>,
is-template: option<bool>,
merge-commit-message: option<create-in-org-body-merge-commit-message-enum>,
merge-commit-title: option<create-in-org-body-merge-commit-title-enum>,
name: option<string>,
private: option<bool>,
security-and-analysis: option<update-body-security-and-analysis>,
squash-merge-commit-message: option<create-in-org-body-squash-merge-commit-message-enum>,
squash-merge-commit-title: option<create-in-org-body-squash-merge-commit-title-enum>,
use-squash-pr-title-as-default: option<bool>,
visibility: option<create-in-org-body-visibility-enum>,
web-commit-signoff-required: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| allow-auto-merge | option<bool> | |
| allow-forking | option<bool> | |
| allow-merge-commit | option<bool> | |
| allow-rebase-merge | option<bool> | |
| allow-squash-merge | option<bool> | |
| allow-update-branch | option<bool> | |
| archived | option<bool> | |
| default-branch | option<string> | |
| delete-branch-on-merge | option<bool> | |
| description | option<string> | |
| has-issues | option<bool> | |
| has-projects | option<bool> | |
| has-wiki | option<bool> | |
| homepage | option<string> | |
| is-template | option<bool> | |
| merge-commit-message | option<create-in-org-body-merge-commit-message-enum> | |
| merge-commit-title | option<create-in-org-body-merge-commit-title-enum> | |
| name | option<string> | |
| private | option<bool> | |
| security-and-analysis | option<update-body-security-and-analysis> | |
| squash-merge-commit-message | option<create-in-org-body-squash-merge-commit-message-enum> | |
| squash-merge-commit-title | option<create-in-org-body-squash-merge-commit-title-enum> | |
| use-squash-pr-title-as-default | option<bool> | |
| visibility | option<create-in-org-body-visibility-enum> | |
| web-commit-signoff-required | option<bool> |