Skip to main content
PUT
Update project

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Headers

X-Workspace-Id
string
required

Workspace ID

Path Parameters

id
string
required

Project ID

Body

application/json

Project details

description
string
Maximum string length: 500
name
string
Required string length: 2 - 100
slug
string
Required string length: 2 - 50
status
enum<string>
Available options:
active,
archived,
suspended

Response

Project updated

Project information

created_at
string
Example:

"2024-01-15T10:30:00Z"

description
string
Example:

"API backend for mobile app"

id
string
Example:

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

name
string
Example:

"My API Project"

organization_id
string
Example:

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

slug
string
Example:

"my-api-project"

status
string
Example:

"active"

updated_at
string
Example:

"2024-01-15T10:30:00Z"