Record
update-project-params
No description available.
record update-project-params {
project-id-or-key: string,
expand: option<string>,
assignee-type: option<create-project-details-assignee-type-enum>,
avatar-id: option<s64>,
category-id: option<s64>,
description: option<string>,
issue-security-scheme: option<s64>,
key: option<string>,
lead: option<string>,
lead-account-id: option<string>,
name: option<string>,
notification-scheme: option<s64>,
permission-scheme: option<s64>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| project-id-or-key | string | |
| expand | option<string> | |
| assignee-type | option<create-project-details-assignee-type-enum> | |
| avatar-id | option<s64> | |
| category-id | option<s64> | |
| description | option<string> | |
| issue-security-scheme | option<s64> | |
| key | option<string> | |
| lead | option<string> | |
| lead-account-id | option<string> | |
| name | option<string> | |
| notification-scheme | option<s64> | |
| permission-scheme | option<s64> | |
| url | option<string> |