Skip to main content
PATCH
Update Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string<uuid>
required

Body

application/json
name
string | null
description
string | null
vault_ids
string<uuid>[] | null
status
string | null

Response

Successful Response

id
string<uuid>
required
workspace_id
string<uuid>
required
name
string
required
description
string | null
required
status
string
required
vault_ids
string<uuid>[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
owner_user_id
string | null
is_personal
boolean
default:false
collaborator_count
integer
default:0
my_role
string | null