Русский
cURL
curl --request POST \ --url https://api.qudata.ai/v0/secrets \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "secret_type": "ssh", "name": "<string>", "description": "<string>", "value": "<string>" }'
{ "ok": true, "data": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "secret_type": "ssh", "name": "<string>", "description": "<string>", "value": "<string>", "renter_id": "<string>" } }
Creates a new key
ssh
Successful Response
Show child attributes