Skip to main content
PUT
Update a project

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
url
string | null
location
string | null
languages
string | null

Response

Successful response

id
string<uuid>
required
name
string
required
url
string | null
location
string | null
languages
string | null
activePlatforms
enum<string>[]

LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.

Available options:
chatgpt,
chatgpt_app,
claude,
gemini,
gemini_app,
grok_app,
grok_api,
perplexity,
perplexity_app,
google_app,
deepseek
createdAt
string<date-time>
ownBrandName
string | null
ownBrandUrl
string | null
lastRunAt
string<date-time> | null
lastRunStatus
string | null