Skip to main content
PATCH
Update project

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

Project ID

Body

application/json
name
string

Project name

Required string length: 1 - 100
goal
string | null

Project goal or description

Maximum string length: 500
budget_alert
integer | null

Credit usage alert threshold

usage_limit
integer | null

Credit usage limit

billing_email
string | null

Email for billing notifications

Response

Project updated

id
string

Unique project identifier

object
enum<string>
Available options:
project
name
string

Project name

goal
string | null

Project goal or description

workspace_id
string

Parent workspace ID

workspace_name
string

Parent workspace name

thread_count
integer

Number of chat threads in project

mave_thread_count
integer

Number of Mave agent threads

generation_count
integer

Number of content generations

credits_used_14d
integer

Credits used in the last 14 days

budget_alert
integer | null

Credit usage alert threshold

usage_limit
integer | null

Credit usage limit

billing_email
string | null

Email for billing notifications

created_at
string<date-time>
updated_at
string<date-time>