put https://{hostname}/storage/v1/upload-accounts//keys/ssh
Add SSH keys to an upload account based on its uploadAccountId
.
Responses
200Request OK.
Add SSH keys to an upload account based on its uploadAccountId
.
200Request OK.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/storage/v1/upload-accounts/uploadAccountId/keys/ssh \
--header 'accept: application/problem+json' \
--header 'content-type: application/json'