jira.js
Guide
GitHub
Preparing search index...
assets
updateSchema
Function updateSchema
updateSchema
(
client
:
Client
,
parameters
:
{
description
?:
string
;
id
:
string
;
name
?:
string
;
objectSchemaKey
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
canManage
?:
boolean
;
created
:
Date
;
description
?:
string
;
globalId
:
string
;
id
:
string
;
name
:
string
;
objectCount
:
number
;
objectSchemaKey
:
string
;
objectTypeCount
:
number
;
status
?:
string
;
updated
:
Date
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Update an object schema
Parameters
client
:
Client
parameters
:
{
description
?:
string
;
id
:
string
;
name
?:
string
;
objectSchemaKey
?:
string
}
Optional
description
?:
string
id
:
string
The object schema id
Optional
name
?:
string
Optional
objectSchemaKey
?:
string
Optional
options
:
RequestOptions
Returns
Promise
<
{
canManage
?:
boolean
;
created
:
Date
;
description
?:
string
;
globalId
:
string
;
id
:
string
;
name
:
string
;
objectCount
:
number
;
objectSchemaKey
:
string
;
objectTypeCount
:
number
;
status
?:
string
;
updated
:
Date
;
workspaceId
:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Update an object schema