jira.js
Guide
GitHub
Preparing search index...
server
updateProjectCategory
Function updateProjectCategory
updateProjectCategory
(
client
:
Client
,
parameters
:
{
body
:
{
description
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
id
:
number
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
description
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Modify a project category.
Parameters
client
:
Client
parameters
:
{
body
:
{
description
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
id
:
number
;
}
body
:
{
description
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
id
:
number
Id of the project category to modify.
Optional
options
:
RequestOptions
Returns
Promise
<
{
description
?:
string
;
id
?:
string
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Modify a project category.