Valyourise Logo

ValYouRise

DevelopmentApi

Update workspace item

Updates a workspace item, including hierarchy-aware fields, and recomputes the affected progress values.

PATCH
/api/workspaces/{workspaceId}/items/{itemId}

Updates a workspace item, including hierarchy-aware fields, and recomputes the affected progress values.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string
itemId*string

Request Body

application/json

title?string
Length1 <= length <= 160
description?string|null
ownerUserId?string
assigneeUserIds?array<string>
parentId?string|null
dueDate?string|null
actionStatus?string
Value in"pending" | "work_in_progress" | "done"
storyPoints?string|null
sortOrder?number
positionX?number|null
positionY?number|null
baseUpdatedAt?string
clientMutationId?string
[key: string]?never

Response Body

application/json

curl -X PATCH "https://loading/api/workspaces/string/items/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "$id": "string",
  "$sequence": 0,
  "$updatedAt": "string",
  "organizationId": "string",
  "workspaceId": "string",
  "type": "objective",
  "title": "string",
  "description": "string",
  "ownerUserId": "string",
  "assigneeUserIds": [
    "string"
  ],
  "parentId": "string",
  "dueDate": "string",
  "actionStatus": "pending",
  "storyPoints": "0",
  "progressComputed": 100,
  "sortOrder": 0,
  "positionX": 0,
  "positionY": 0,
  "visibility": "full",
  "deletedAt": "string",
  "deletedByUserId": "string"
}
Empty
Empty