Skip to main content
PUT
Updates an existing item.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

Body

The item with updated values.

entity
null | string
containerId
string
processId
string
sequence
integer<int32>
boardId
string
cycleId
string
resourceType
integer
resourceId
string
dateOpened
null | string<date-time>
dateWorking
null | string<date-time>
dateClosed
null | string<date-time>
time
object[]
field
object[]
meta
object[]
clockStart
string<date-time>
clockFinish
string<date-time>
clockDelta
number<double>
clockHours
integer<int32>
clockStatus
integer
dependencyKey
string
dependencyIndent
integer<int32>
dependencyChild
integer<int32>
tenantId
string
id
string
created
string<date-time>
createdBy
string
updated
string<date-time>
updatedBy
string
deleted
boolean

Response

The updated item.