Sign a signer
Adds a signature to a signer identified by the provided `handle`. If the signer with the provided handle doesn't exist, API will return 404 error.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredProof body
method
RequiredstringIdentifier of the algorithm used for asymmetric cryptography
"ed25519-v2"
public
RequiredstringRaw public key value encoded in base64
"^[A-Za-z0-9+/]{43}=$"
digest
Requiredstring"^[A-Fa-f0-9]{64}$"
result
RequiredstringProof value encoded in base64
"^[A-Za-z0-9+/]{86}==$"
custom
ProofCustomCustom data of the proof, containing the moment of the proof generation
Path Parameters
id
Requiredstring | stringThe unique identifier of the record - its luid or address.
Header Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Signer corresponding to the provided handle
with new signature added