Skip to main content
PUT
Update Project

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

Project ID

Example:

"ev:1234567789001"

Body

application/json
name
string
Example:

"Project Name"

type
enum<string>

Project type

Available options:
board,
list
Example:

"board"

users
integer[]

Assigned user IDs

Example:
client
integer | null

Client ID to assign the project to

privacy
boolean

Restrict project visibility to its assigned members

changeProtected
boolean

Prevent edits by non-admins

isTemplate
boolean

Mark the project as a template

icon
string

Project icon (update only).

color
string

Project color, hex #rrggbb (update only).

Response

OK

id
string
required
Example:

"as:1234567890"

name
string
required
Example:

"Project Name"

users
number[]
required

List of assigned user IDs

Example:
workspaceId
string | null
workspaceName
string | null
client
number | null

Client ID

type
enum<string>

Project Type

Available options:
board,
list
Example:

"board"

favorite
boolean
Example:

false

billing
object
rate
object
budget
object