Update project

View as Markdown
Update a project's description. Example: ``` PUT /apis/entities/v2/workspaces/default/projects/ml-project { "description": "Updated description for ML project" } ```

Path parameters

workspacestringRequired
namestringRequired

Request

This endpoint expects an object.
descriptionstringOptional
Updated description

Response

Successful Response
idstring
Unique identifier
namestring
Project name
workspacestring
Workspace identifier
created_atdatetime
Creation timestamp
updated_atdatetime
Last update timestamp
descriptionstring
Project description

Errors

422
Unprocessable Entity Error