Update project identity

Updates the workspace label and/or the analysis brand for a project. Changing the analysis brand affects future runs only; historical runs keep the brand snapshot stored at run creation time when available.

PATCH /projects/{projectId}

Update project identity

Updates the workspace label and/or the analysis brand for a project. Changing the analysis brand affects future runs only; historical runs keep the brand snapshot stored at run creation time when available.

Authentication: API key required (Bearer token)

Parameters

NameInRequiredDescription
projectIdpathYesProject ID to operate on.

Request Body

FieldTypeRequiredDescription
displayNamestringNoUpdated workspace-facing project label.
analysisBrandNamestringNoUpdated canonical analysis brand name for future runs.

Request Example

curl -X PATCH https://sellm.io/api/v1/projects/9f4c8b02-7c6d-4d3f-8b12-5f3a6d9e2c41 \
  -H "Authorization: Bearer sellm_your_api_key_here" \
  -H "Content-Type: application/json"

Responses

StatusDescription
200Project updated
400Bad request
401Unauthorized
403Forbidden
404Project not found
429Rate limited
500Internal error