Skip to main content
PATCH
Edit Project

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required

UUID of the workspace. Must be the workspace the API key belongs to.

Example:

"cb363f7e-c52a-4478-911d-f6a6f791090e"

projectId
string<uuid>
required

UUID of the project.

Example:

"c7966d63-52ce-4967-b30a-16aaa9e806b5"

Body

application/json
title
any

See the create-task contract for this field's shape.

description
any

See the create-task contract for this field's shape.

additionalDescription
any

See the create-task contract for this field's shape.

priority
any

See the create-task contract for this field's shape.

taskStatus
any

See the create-task contract for this field's shape.

startTime
any

See the create-task contract for this field's shape.

dueTime
any

See the create-task contract for this field's shape.

recurringOnDay
any

See the create-task contract for this field's shape.

recurringDueDay
any

See the create-task contract for this field's shape.

recurringByEvery
any

See the create-task contract for this field's shape.

intervalWeek
any

See the create-task contract for this field's shape.

dueIntervalWeek
any

See the create-task contract for this field's shape.

isRangedTask
any

See the create-task contract for this field's shape.

dueCycleOffset
any

See the create-task contract for this field's shape.

requestThisTask
any

See the create-task contract for this field's shape.

notification
any

See the create-task contract for this field's shape.

LocationId
any

See the create-task contract for this field's shape.

AssetId
any

See the create-task contract for this field's shape.

ChecklistLogId
any

See the create-task contract for this field's shape.

assignees
any

See the create-task contract for this field's shape.

assigneesRoles
any

See the create-task contract for this field's shape.

isChecklistRequired
any

See the create-task contract for this field's shape.

isTimeBound
any

See the create-task contract for this field's shape.

targetTasksStatus
string[]

Which already-generated tasks the edit should be applied to, by status (e.g. ["Open"]). Omit to leave existing tasks untouched.

Response

Project update accepted. Schedules regenerate in the background.