Skip to main content
PUT
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Path Parameters

project_id
string<uuid>
required

The project ID, which you can retrieve by calling List all projects.

Body

application/json

The request body to update a project's name.

name
string
required

The project's new name.

Example:

"New project name"

Response

Successfully listed all vaults.

The data for project information.

project_id
string

The project ID.

Example:

"0111039d-27fb-49ba-b172-6e0aa80e37ec"

org_id
string

The organization ID.

Example:

"f3b4a616-9c43-462e-8cb4-343e304fee64"

name
string

The project name.

Example:

"Project name"

participants
integer

The number of key share holders in the project.

Example:

3

threshold
integer

The number of key share holders required to sign an operation in the project.

Example:

2

created_timestamp
integer<int64>

The project's creation time in Unix timestamp format, measured in milliseconds.

Example:

1718619403933