Update a project

Updates an existing project's properties. The project is identified by
its current name and workspace. Supports renaming, moving to another workspace,
changing colors/icon, and updating settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique numeric identifier of a workspace.

Body Params
string
required

Current project name (used to identify the project).

string

New name for the project.

string

New project display color (hex).

string

New project text color (hex).

string

New project icon name.

string

JSON string of updated project settings.

integer

Target workspace ID to move the project to.

Responses

400

Bad Request (name invalid, target project name already exists, project limit exceeded)

403

Permission denied

404

Workspace or project not found

500

Internal Server Error

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json