Skip to main content
PATCH
Update a project

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string
required

Identifier of the project to update. Must match the x-project-id header.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
name
string

The name of the project

Example:

"My Project"

description
string

The description of the project

Example:

"My Project Description"

website
string

The website of the project

Example:

"https://www.mentionlab.io"

industry
string

The industry of the project

Example:

"Cosmetics"

nameAliases
string[]

The aliases of the project name

Example:
blackListAliases
string[]

The blacklisted aliases of the project name

Example:
currentPo
string

Active purchase order. When set, future buys / refunds / commitment releases that target this project snapshot the value onto the resulting lot for accountant statements.

Example:

"PO-2026-Q2-1234"

themeAnalysisEnabled
boolean

Enable the async Brand Perception & Intelligence theme-analysis batch. When on, completed jobs are picked up (within ~1 min) and analyzed.

Example:

true

themeLanguage
enum<string>

Language for extracted themes. A language code ('en', 'fr', 'nl', …) forces a monolingual taxonomy; 'auto' lets themes follow each answer's own language.

Available options:
auto,
en,
fr,
nl,
de,
es,
it,
pt
Example:

"en"

themeClusteringConfig
object

Per-project theme clustering threshold overrides. Any omitted knob falls back to the global default. Takes effect on the next cluster pass; rebuild to re-apply to existing themes.

Response