post https://{server}/encryption-keys/upload-file
Upload encryption key file blob
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
201Created
Upload encryption key file blob
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
201Created
xxxxxxxxxx
curl --request POST \
--url https://console.tessell.com/encryption-keys/upload-file \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
xxxxxxxxxx
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"password": "string",
"type": "PEM",
"status": "AVAILABLE",
"dateCreated": "2025-04-06T04:02:43.449Z"
}