Rename cosigner
Rename a cosigner by ID. Note: These endpoints are currently in beta and might be subject to changes. Endpoint Permission: Admin and Non-Signing Admin.
PATCH
TypeScript
Path Parameters
The unique identifier of the cosigner
Body
application/json
The new name of the cosigner
Example:
"My Cosigner 1"
Response
A cosigner object
Whether the cosigner is archived
Example:
false
The unique identifier of the cosigner
Example:
"44fcead0-7053-4831-a53a-df7fb90d440f"
The name of the cosigner
Example:
"My Cosigner 1"
The type of the cosigner
Available options:
SANDBOX, SGX, GCP-CONFSPACE, AWS-NITRO, PLAIN Example:
"SGX"
Previous
Get all API keysGet all cosigner paired API keys (paginated).
**Note:** These endpoints are currently in beta and might be subject to changes.
Endpoint Permission: Admin and Non-Signing Admin.
Next
TypeScript