Skip to main content
PATCH
TypeScript

Path Parameters

cosignerId
string<uuid>
required

The unique identifier of the cosigner

Body

application/json
name
string

The new name of the cosigner

Example:

"My Cosigner 1"

Response

A cosigner object

archived
boolean
required

Whether the cosigner is archived

Example:

false

id
string<uuid>
required

The unique identifier of the cosigner

Example:

"44fcead0-7053-4831-a53a-df7fb90d440f"

name
string

The name of the cosigner

Example:

"My Cosigner 1"

type
enum<string>

The type of the cosigner

Available options:
SANDBOX,
SGX,
GCP-CONFSPACE,
AWS-NITRO,
PLAIN
Example:

"SGX"

version
object