Logo
Fireblocks API Documentation

Rename cosigner

PATCH {{baseUrl}}/cosigners/:cosignerId

Rename a cosigner by ID Note: These endpoints are currently in beta and might be subject to changes.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "archived": "<boolean>", "id": "<uuid>", "name": "<string>" }



Curl
curl -X PATCH 'https://api.fireblocks.io/v1/cosigners/:cosignerId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e"}'

ENDPOINTS