Skip to main content
PATCH
Update a project

Authorizations

Authorization
string
header
required

Admin API key for organization-level operations (managing projects, API keys). Create one in Settings > API Keys or via POST /api/api-keys. Format: sk-lw-{id}_{secret}.

Path Parameters

id
string
required

Project ID

Body

application/json
name
string
Required string length: 1 - 255
language
string
framework
string
teamId
string

Moves the project to this team

Minimum string length: 1

Response

Updated project

id
string

Project ID (project_...)

name
string
slug
string
language
string
framework
string
teamId
string
piiRedactionLevel
enum<string>
Available options:
STRICT,
ESSENTIAL,
DISABLED
createdAt
string<date-time>
updatedAt
string<date-time>
Last modified on May 13, 2026